We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c16980 commit ee0e067Copy full SHA for ee0e067
composer.json
@@ -10,14 +10,14 @@
10
}
11
],
12
"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",
+ "symfony/config": "^7.3|^8.0",
+ "symfony/console": "^7.3|^8.0",
+ "symfony/dependency-injection": "^7.3|^8.0",
+ "symfony/framework-bundle": "^7.3|^8.0",
+ "symfony/http-foundation": "^7.3|^8.0",
+ "symfony/http-kernel": "^7.3|^8.0",
19
"symfony/mcp-sdk": "@dev",
20
- "symfony/routing": "^6.4 || ^7.0"
+ "symfony/routing": "^7.3|^8.0"
21
},
22
"require-dev": {
23
"phpstan/phpstan": "^2.1",
0 commit comments