Skip to content

Commit

Permalink
up to symfony 5 in composer.json (#6)
Browse files Browse the repository at this point in the history
* up to symfony 5 in composer.json
  • Loading branch information
addfs authored Aug 23, 2022
1 parent 94dec59 commit 654f7d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
],
"require": {
"php": ">=7.1.3",
"symfony/framework-bundle" : "^3.4|^4.4",
"symfony/twig-bridge": "^3.4|^4.4",
"symfony/twig-bundle": "^3.4|^4.4",
"symfony/http-kernel" : "^3.4|^4.4",
"symfony/event-dispatcher" : "^3.4|^4.4",
"symfony/yaml": "^3.4|^4.4"
"symfony/framework-bundle" : "^3.4|^4.4|^5.0",
"symfony/twig-bridge": "^3.4|^4.4|^5.0",
"symfony/twig-bundle": "^3.4|^4.4|^5.0",
"symfony/http-kernel" : "^3.4|^4.4|^5.0",
"symfony/event-dispatcher" : "^3.4|^4.4|^5.0",
"symfony/yaml": "^3.4|^4.4|^5.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 654f7d1

Please sign in to comment.