Skip to content

Commit

Permalink
Erlaube Symfony 7-Komponenten
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSchmick authored Feb 29, 2024
1 parent 98aaddb commit a262b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},

"require": {
"php": "^7.4|8.0.*|8.1.*",
"php": ">= 7.4, < 8.4",
"doctrine/annotations": "^1.12",
"jms/metadata": "^2.6.1",
"symfony/property-access": "^3.4|^4.0|^5.0"
"symfony/property-access": "^3.4|^4.0|^5.0|^6.0|^7.0"
},

"require-dev": {
Expand Down

0 comments on commit a262b43

Please sign in to comment.