Skip to content

Commit

Permalink
Support symfony ^4.0 and phpunit ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Feb 8, 2018
1 parent 78ce4ef commit 88d875d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

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

## 1.0.10 - 2018-02-08

- Support symfony ^4.0
- Support phpunit ^7.0

## 1.0.9 - 2017-11-03
- fix shell command quotes

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

0 comments on commit 88d875d

Please sign in to comment.