Skip to content

Commit

Permalink
Allow Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-93 authored and bobvandevijver committed Dec 30, 2024
1 parent 96a5abc commit 7e010c3
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"php": "^8.2",
"doctrine/common": "~2.2||~3.0",
"doctrine/inflector": "~1.4||~2.0",
"symfony/cache": ">=5.4,<7.0",
"symfony/cache": ">=5.4,<8.0",
"symfony/cache-contracts": "^1.0||^2.0||~3.0",
"symfony/config": ">=5.4,<7.0",
"symfony/console": ">=5.4,<7.0",
"symfony/dependency-injection": ">=5.4,<7.0",
"symfony/filesystem": ">=5.4,<7.0",
"symfony/finder": ">=5.4,<7.0",
"symfony/form": ">=5.4,<7.0",
"symfony/framework-bundle": ">=5.4,<7.0",
"symfony/http-foundation": ">=5.4,<7.0",
"symfony/http-kernel": ">=5.4,<7.0",
"symfony/options-resolver": ">=5.4,<7.0",
"symfony/process": ">=5.4,<7.0",
"symfony/routing": ">=5.4,<7.0",
"symfony/security-csrf": ">=5.4,<7.0",
"symfony/security-core": ">=5.4,<7.0",
"symfony/translation": ">=5.4,<7.0",
"symfony/twig-bundle": ">=5.4,<7.0",
"symfony/validator": ">=5.4,<7.0",
"symfony/yaml": ">=5.4,<7.0",
"symfony/config": ">=5.4,<8.0",
"symfony/console": ">=5.4,<8.0",
"symfony/dependency-injection": ">=5.4,<8.0",
"symfony/filesystem": ">=5.4,<8.0",
"symfony/finder": ">=5.4,<8.0",
"symfony/form": ">=5.4,<8.0",
"symfony/framework-bundle": ">=5.4,<8.0",
"symfony/http-foundation": ">=5.4,<8.0",
"symfony/http-kernel": ">=5.4,<8.0",
"symfony/options-resolver": ">=5.4,<8.0",
"symfony/process": ">=5.4,<8.0",
"symfony/routing": ">=5.4,<8.0",
"symfony/security-csrf": ">=5.4,<8.0",
"symfony/security-core": ">=5.4,<8.0",
"symfony/translation": ">=5.4,<8.0",
"symfony/twig-bundle": ">=5.4,<8.0",
"symfony/validator": ">=5.4,<8.0",
"symfony/yaml": ">=5.4,<8.0",
"symfony2admingenerator/twig-generator": "^2.0.3",
"twig/twig": "^2.15.3||^3.4.3",
"babdev/pagerfanta-bundle": "~4.0",
Expand Down

0 comments on commit 7e010c3

Please sign in to comment.