Skip to content

Commit

Permalink
Support Symfony 4 and PHPUnit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
VolCh committed Oct 21, 2017
1 parent 5a58357 commit 8f9b172
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -8,12 +8,13 @@
"email": "stephen@stecman.co.nz"
}
],
"minimum-stability": "beta",
"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"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8f9b172

Please sign in to comment.