You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ If using [Composer](https://getcomposer.org/), in your `composer.json` file add:
22
22
```json
23
23
{
24
24
"require": {
25
-
"gumlet/php-image-resize": "1.9.*"
25
+
"gumlet/php-image-resize": "2.0.*"
26
26
}
27
27
}
28
28
```
@@ -31,6 +31,8 @@ If you are still using PHP 5.3, please install version ```1.7.0``` and if you ar
31
31
32
32
WebP support is added with PHP `5.6.0` and current version of library supports that. If you are facing issues, please use `1.9.2` version of this library.
33
33
34
+
For PHP versions >= 7.2, `2.0.1` or above version of this library should be used.
0 commit comments