Skip to content

Commit

Permalink
Provide compatibility with Symfony 6.x (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSchmick committed May 12, 2023
1 parent 56e0217 commit ac42120
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"doctrine/annotations": "~1.0",
"psr/container": "^1.0",
"psr/log": "^1.0",
"symfony/config": "^4.3|^5.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/framework-bundle": "3.4.*|^4.0|^5.0",
"symfony/http-foundation": "^4.0|^5.0",
"symfony/http-kernel": "^4.3|^5.0",
"symfony/config": "^4.3|^5.0|^6.0",
"symfony/dependency-injection": "^4.3|^5.0|^6.0",
"symfony/framework-bundle": "3.4.*|^4.0|^5.0|^6.0",
"symfony/http-foundation": "^4.0|^5.0|^6.0",
"symfony/http-kernel": "^4.3|^5.0|^6.0",
"symfony/service-contracts": "^1.0|^2.0",
"twig/twig": "^1.34|^2.0|^3.0",
"webfactory/dom": "~1.0, >= 1.0.15"
Expand Down

0 comments on commit ac42120

Please sign in to comment.