Skip to content

Commit

Permalink
Updated composer.json to support Symfony 5 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestog authored Feb 5, 2020
1 parent d6f9227 commit 9a2fe55
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 @@ -4,7 +4,7 @@
"type": "symfony-bundle",
"require": {
"php": ">=5.5",
"symfony/framework-bundle": "^3.4|^4.0"
"symfony/framework-bundle": "^3.4|^4.0|^5.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 9a2fe55

Please sign in to comment.