Skip to content

Commit

Permalink
Use symfony/symfony in require section (ezsystems#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric authored and bdunogier committed Oct 17, 2016
1 parent 7e73b49 commit 2d0b20d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -11,8 +11,7 @@
"require": {
"php": "~5.5|~7.0",
"ezsystems/ezpublish-kernel": "^6.4",
"symfony/form": "~2.8",
"symfony/validator": "~2.8"
"symfony/symfony": "^2.8 | ^3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
Expand Down

0 comments on commit 2d0b20d

Please sign in to comment.