Skip to content

Commit ee0e067

Browse files
committed
Drop Symfony 6.4 support, require ^7.3|^8.0
1 parent 7c16980 commit ee0e067

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
}
1111
],
1212
"require": {
13-
"symfony/config": "^6.4 || ^7.0",
14-
"symfony/console": "^6.4 || ^7.0",
15-
"symfony/dependency-injection": "^6.4 || ^7.0",
16-
"symfony/framework-bundle": "^6.4 || ^7.0",
17-
"symfony/http-foundation": "^6.4 || ^7.0",
18-
"symfony/http-kernel": "^6.4 || ^7.0",
13+
"symfony/config": "^7.3|^8.0",
14+
"symfony/console": "^7.3|^8.0",
15+
"symfony/dependency-injection": "^7.3|^8.0",
16+
"symfony/framework-bundle": "^7.3|^8.0",
17+
"symfony/http-foundation": "^7.3|^8.0",
18+
"symfony/http-kernel": "^7.3|^8.0",
1919
"symfony/mcp-sdk": "@dev",
20-
"symfony/routing": "^6.4 || ^7.0"
20+
"symfony/routing": "^7.3|^8.0"
2121
},
2222
"require-dev": {
2323
"phpstan/phpstan": "^2.1",

0 commit comments

Comments
 (0)