Skip to content

Commit

Permalink
Bump supported Symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Dec 14, 2023
1 parent 90af6c9 commit 6ccfa00
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/symfony-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"aeon-php/rate-limiter": "~1.0",
"aeon-php/retry": "~1.0",
"aeon-php/sleep": "~1.0",
"symfony/config": "^4.4.12||^5.0||^6.0",
"symfony/dependency-injection": "^4.4.12||^5.1||^6.0",
"symfony/form": "^4.4.12||^5.3||^6.0",
"symfony/http-kernel": "^4.4||^5.0||^6.0",
"symfony/validator": "^4.4||^5.0||^6.0"
"symfony/config": "^5.4||^6.3||^7.0",
"symfony/dependency-injection": "^5.4||^6.3||^7.0",
"symfony/form": "^5.4||^6.3||^7.0",
"symfony/http-kernel": "^5.4||^6.3||^7.0",
"symfony/validator": "^5.4||^6.3||^7.0"
},
"require-dev": {
"aeon-php/calendar-holidays-yasumi": "~1.0",
"symfony/browser-kit": "^4.4||^5.0||^6.0",
"symfony/dom-crawler": "^4.4.12||^5.0||^6.0",
"symfony/framework-bundle": "^4.4||^5.3||^6.0",
"symfony/security-bundle": "^4.4||^5.0||^6.0"
"symfony/browser-kit": "^5.4||^6.3||^7.0",
"symfony/dom-crawler": "^5.4||^6.3||^7.0",
"symfony/framework-bundle": "^5.4||^6.3||^7.0",
"symfony/security-bundle": "^5.4||^6.3||^7.0"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 6ccfa00

Please sign in to comment.