Skip to content

Commit

Permalink
Symfony 6 support (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tourze authored Nov 1, 2022
1 parent 580d295 commit 187d0ba
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|^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"
"symfony/framework-bundle" : "^3.4|^4.4|^5.0|^6.0",
"symfony/twig-bridge": "^3.4|^4.4|^5.0|^6.0",
"symfony/twig-bundle": "^3.4|^4.4|^5.0|^6.0",
"symfony/http-kernel" : "^3.4|^4.4|^5.0|^6.0",
"symfony/event-dispatcher" : "^3.4|^4.4|^5.0|^6.0",
"symfony/yaml": "^3.4|^4.4|^5.4|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 187d0ba

Please sign in to comment.