Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 29, 2017
1 parent 906048c commit 77d920c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@

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

## 1.0.7 - 2017-07-29
- lower requirements of dependencies

## 1.0.6 - 2017-07-10
- fix `jpegoptim` parameters

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -18,11 +18,11 @@
"require": {
"php": "^7.0",
"psr/log": "^1.0",
"symfony/process": "^3.3"
"symfony/process": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2",
"symfony/var-dumper": "^3.3"
"symfony/var-dumper": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 77d920c

Please sign in to comment.