Skip to content

Commit

Permalink
Merge pull request #35 from jonathanstidwillvf/master
Browse files Browse the repository at this point in the history
Added support for Symfony 4
  • Loading branch information
l3pp4rd authored Jan 11, 2018
2 parents 3b92d52 + 95c71dc commit fa1f88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

"require": {
"php": ">=5.4.0",
"symfony/framework-bundle": "^2.6|^3.0",
"symfony/framework-bundle": "^2.6|^3.0|^4.0",
"doctrine/orm": "^2.4"
},

Expand All @@ -28,7 +28,7 @@
"ext-pdo": "*",
"ext-pdo_sqlite": "*",

"symfony/symfony": "^3.0",
"symfony/symfony": "^3.0|^4.0",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-fixtures-bundle": "^2.2",
Expand Down

0 comments on commit fa1f88b

Please sign in to comment.