Skip to content

Commit

Permalink
Merge pull request #113 from tarlepp/master
Browse files Browse the repository at this point in the history
Added support for Symfony 4
  • Loading branch information
DonCallisto authored Dec 1, 2017
2 parents 63babaf + f75879c commit bfb30cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"require": {
"php": ">=5.6",
"symfony/console": "~2.7|~3.0",
"symfony/stopwatch": "~2.7|~3.0",
"symfony/process": "~2.7|~3.0",
"symfony/console": "~2.7|~3.0|~4.0",
"symfony/stopwatch": "~2.7|~3.0|~4.0",
"symfony/process": "~2.7|~3.0|~4.0",
"doctrine/collections" : "~1.2",
"phpunit/phpunit": "^5.7|^6.1"
},
Expand Down

0 comments on commit bfb30cb

Please sign in to comment.