Skip to content

Commit

Permalink
Merge pull request #14 from kornrunner/master
Browse files Browse the repository at this point in the history
allow symfony/* 4
  • Loading branch information
sokil authored Dec 5, 2017
2 parents 21cba3a + 0ee95f7 commit c1fb79b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"require": {
"php": ">=5.3 || ^7.0",
"sokil/php-mongo": "1.*",
"symfony/console": ">=2.0 <4.0",
"symfony/yaml": ">=2.0 <4.0",
"symfony/event-dispatcher": ">=2.0 <4.0"
"symfony/console": ">=2.0 <5.0",
"symfony/yaml": ">=2.0 <5.0"
},
"require-dev": {
"phpunit/phpunit": ">=3.7.38 <6.0",
Expand Down

0 comments on commit c1fb79b

Please sign in to comment.