Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit bffb33d

Browse files
committed
chore(deps): allow symfony 6.4 dependencies
1 parent 416eaf9 commit bffb33d

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@
1818
}
1919
],
2020
"require": {
21-
"symfony/framework-bundle": "^7.3",
21+
"php": "^8.1",
22+
"symfony/framework-bundle": "^6.4 || ^7.0",
2223
"symfony/serializer-pack": "^1.3",
23-
"symfony/http-kernel": "^7.3",
24-
"symfony/validator": "^7.3",
25-
"zircote/swagger-php": "^5.1",
26-
"symfony/console": "^7.3",
27-
"symfony/runtime": "^7.3"
24+
"symfony/http-kernel": "^6.4 || ^7.0",
25+
"symfony/validator": "^6.4 || ^7.0",
26+
"symfony/console": "^6.4 || ^7.0",
27+
"symfony/runtime": "^6.4 || ^7.0",
28+
"zircote/swagger-php": "^5.1"
2829
},
2930
"require-dev": {
3031
"phpstan/phpstan": "^2.1",
3132
"friendsofphp/php-cs-fixer": "^3.75",
3233
"phpunit/phpunit": "^12.1",
33-
"symfony/browser-kit": "^7.3",
34-
"symfony/yaml": "^7.3"
34+
"symfony/browser-kit": "^6.4 || ^7.0",
35+
"symfony/yaml": "^6.4 || ^7.0"
3536
},
3637
"autoload": {
3738
"psr-4": {

0 commit comments

Comments
 (0)