Skip to content

Commit

Permalink
prepared readme for 1.8.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatadia authored Feb 10, 2018
1 parent f6fb03f commit 203210e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ If using [Composer](https://getcomposer.org/), in your `composer.json` file add:
```json
{
"require": {
"gumlet/php-image-resize": "1.7.*"
"gumlet/php-image-resize": "1.8.*"
}
}
```

If you are still using PHP 5.3, please install version ```1.7.0``` or below of this library.

Otherwise:

```php
Expand Down

0 comments on commit 203210e

Please sign in to comment.