Skip to content

Commit 203210e

Browse files
prepared readme for 1.8.0 version
1 parent f6fb03f commit 203210e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ If using [Composer](https://getcomposer.org/), in your `composer.json` file add:
2222
```json
2323
{
2424
"require": {
25-
"gumlet/php-image-resize": "1.7.*"
25+
"gumlet/php-image-resize": "1.8.*"
2626
}
2727
}
2828
```
2929

30+
If you are still using PHP 5.3, please install version ```1.7.0``` or below of this library.
31+
3032
Otherwise:
3133

3234
```php

0 commit comments

Comments
 (0)