Skip to content

Commit

Permalink
Merge pull request #129 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Support for Symfony 4
  • Loading branch information
davedevelopment authored Nov 21, 2017
2 parents 93882bf + d0c4223 commit 0c6bb92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}],
"require": {
"php": ">=5.3.2",
"symfony/console": "^2||^3",
"symfony/config": "^2||^3"
"symfony/console": "^2.0||^3.0||^4.0",
"symfony/config": "^2.0||^3.0||^4.0"
},
"require-dev": {
"phpunit/phpunit": "3.*",
Expand Down

0 comments on commit 0c6bb92

Please sign in to comment.