Skip to content

Commit

Permalink
Set to Symfony 6.1 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisdeBest committed Jun 8, 2024
1 parent 64c49b5 commit cd825fa
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 @@ -17,12 +17,12 @@
"doctrine/dbal": "^3.3",
"doctrine/orm": "^2.12",
"doctrine/doctrine-bundle": "^2.7.2",
"symfony/cache": "^6.0|^7.0",
"symfony/dependency-injection": "^6.0|^7.0",
"symfony/http-kernel": "^6.0|^7.0",
"symfony/security-bundle": "^6.0|^7.0",
"symfony/framework-bundle": "^6.0|^7.0",
"symfony/string": "^6.0|^7.0",
"symfony/cache": "^6.1|^7.0",
"symfony/dependency-injection": "^6.1|^7.0",
"symfony/http-kernel": "^6.1|^7.0",
"symfony/security-bundle": "^6.1|^7.0",
"symfony/framework-bundle": "^6.1|^7.0",
"symfony/string": "^6.1|^7.0",
"symfony/translation-contracts": "^2.4|^3.0",
"nette/utils": "^3.2",
"ramsey/uuid": "^4.2"
Expand Down

0 comments on commit cd825fa

Please sign in to comment.