Skip to content

Commit

Permalink
Erlaube Symfony 7-Komponenten (Case 168707) (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSchmick authored Feb 29, 2024
1 parent 5217d2a commit 36837e8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
],

"require": {
"php": "^7.2|8.0.*|8.1.*",
"php": ">= 7.2, < 8.4",
"doctrine/annotations": "^1.12",
"doctrine/dbal": "^2.12|^3.0",
"doctrine/orm": "^2.0",
"doctrine/persistence": "^1.3|^2.1",
"psr/container": "^1.0",
"psr/log": "^1.0",
"symfony/config": "^5.1|^6.0",
"symfony/config": "^5.1|^6.0|^7.0",
"symfony/service-contracts": "^1.0|^2.0",
"symfony/dependency-injection": "^5.1|^6.0",
"symfony/filesystem": "^5.1|^6.0",
"symfony/finder": "^5.1|^6.0",
"symfony/http-foundation": "^5.1|^6.0",
"symfony/http-kernel": "^5.1|^6.0",
"symfony/lock": "^5.1|^6.0",
"symfony/twig-bundle": "^5.1|^6.0",
"symfony/dependency-injection": "^5.1|^6.0|^7.0",
"symfony/filesystem": "^5.1|^6.0|^7.0",
"symfony/finder": "^5.1|^6.0|^7.0",
"symfony/http-foundation": "^5.1|^6.0|^7.0",
"symfony/http-kernel": "^5.1|^6.0|^7.0",
"symfony/lock": "^5.1|^6.0|^7.0",
"symfony/twig-bundle": "^5.1|^6.0|^7.0",
"twig/twig": "^1.0|^2.0|^3.0"
},

Expand Down

0 comments on commit 36837e8

Please sign in to comment.