Skip to content

Commit 3ff0644

Browse files
Update README.md
1 parent 2482d41 commit 3ff0644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ If using [Composer](https://getcomposer.org/), in your `composer.json` file add:
2222
```json
2323
{
2424
"require": {
25-
"gumlet/php-image-resize": "1.8.*"
25+
"gumlet/php-image-resize": "1.9.*"
2626
}
2727
}
2828
```
2929

30-
If you are still using PHP 5.3, please install version ```1.7.0``` or below of this library.
30+
If you are still using PHP 5.3, please install version ```1.7.0``` and if you are using PHP 5.4, please install version ```1.8.0``` of this library.
3131

3232
Otherwise:
3333

0 commit comments

Comments
 (0)