Skip to content

Commit

Permalink
Allow Symfony 5 in the dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
natewiebe13 committed Dec 29, 2019
1 parent 6219904 commit 0d9a611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ext-pdo": "*",
"ext-pdo_sqlite": "*",

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

0 comments on commit 0d9a611

Please sign in to comment.