Skip to content

Commit

Permalink
allow symfony/* 4
Browse files Browse the repository at this point in the history
drop symfony/event-dispatcher - implied by sokil/php-mongo
  • Loading branch information
kornrunner committed Dec 5, 2017
1 parent 21cba3a commit 0ee95f7
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 0ee95f7

Please sign in to comment.