We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83516d2 commit b40f5acCopy full SHA for b40f5ac
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to `laravel-image-optimizer` will be documented in this file
4
5
+## 1.3.1 - 2018-06-05
6
+- make sure a compatible version of spatie/image-optimizer is being pulled in
7
+
8
## 1.3.0 - 2018-06-05
9
- add compatibility with Lumen
10
composer.json
@@ -18,7 +18,7 @@
18
"require": {
19
"php": "^7.0",
20
"illuminate/support": "~5.5.0|~5.6.0",
21
- "spatie/image-optimizer": "^1.0.4"
+ "spatie/image-optimizer": "^1.1.0"
22
},
23
"require-dev": {
24
"orchestra/testbench": "~3.5.0|~3.6.0",
0 commit comments