Skip to content

Commit

Permalink
add Symfony 4 support (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybolonin authored and GuilhemN committed Sep 14, 2018
1 parent cca7c3b commit 6261f52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"require": {
"php": ">=5.3.2",
"doctrine/collections": "^1.3",
"symfony/form": "^2.7|^3.0",
"symfony/framework-bundle": "^2.7|^3.0",
"symfony/security": "^2.7|^3.0",
"symfony/twig-bundle": "^2.7|^3.0"
"symfony/form": "^2.7|^3.0|^4.0",
"symfony/framework-bundle": "^2.7|^3.0|^4.0",
"symfony/security": "^2.7|^3.0|^4.0",
"symfony/twig-bundle": "^2.7|^3.0|^4.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.0"
Expand Down

0 comments on commit 6261f52

Please sign in to comment.