Results 3 issues of Script47

I'm using this library (1.9.*) in Laravel (v6) and getting the following exception: >Call to undefined function Gumlet\imagecreatefromjpeg() when running the following line of code: ```php $imgObj = ImageResize::createFromString($var); ```...

enhancement

@ChristopherDay Added a backward compatible way to update the hash algo from `sha256` to use the preferred `password_hash`/`password_verify` methods. - Introduced two new methods `hash_password($var)` and `verify_password($salt, $password, $compareTo =...

Fixed the sentence structure to make it easier to read.