Skip to content

Commit b40f5ac

Browse files
committed
edit changelog
1 parent 83516d2 commit b40f5ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to `laravel-image-optimizer` will be documented in this file
44

5+
## 1.3.1 - 2018-06-05
6+
- make sure a compatible version of spatie/image-optimizer is being pulled in
7+
58
## 1.3.0 - 2018-06-05
69
- add compatibility with Lumen
710

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^7.0",
2020
"illuminate/support": "~5.5.0|~5.6.0",
21-
"spatie/image-optimizer": "^1.0.4"
21+
"spatie/image-optimizer": "^1.1.0"
2222
},
2323
"require-dev": {
2424
"orchestra/testbench": "~3.5.0|~3.6.0",

0 commit comments

Comments
 (0)