diff --git a/CHANGELOG.md b/CHANGELOG.md index 478eb2e2..d4285b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `Browsershot` will be documented in this file +### 2.4.2 - 2017-12-24 +- update dep on `spatie/image` + ### 2.4.1 - 2017-09-27 - add the default path for linux Chromium users diff --git a/composer.json b/composer.json index f3d4d841..70326198 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ ], "require": { "php": "^7.0", - "spatie/image": "~1.3.0", + "spatie/image": "^1.4", "spatie/phpunit-snapshot-assertions": "^1.0", "spatie/temporary-directory": "^1.1", "symfony/process": "^3.0"