Skip to content

Commit

Permalink
Support Symfony 4 and PHPUnit 5&6
Browse files Browse the repository at this point in the history
  • Loading branch information
VolCh committed Oct 22, 2017
1 parent 5a58357 commit 567a0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -10,10 +10,10 @@
],
"require": {
"php": ">=5.3.2",
"symfony/console": "~2.3 || ~3.0"
"symfony/console": "~2.3 || ~3.0 || ~4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
"phpunit/phpunit": "~4.4 || ~5.7 || ~6.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 567a0dc

Please sign in to comment.