We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1d711 commit 7254f96Copy full SHA for 7254f96
1 file changed
composer.json
@@ -12,9 +12,9 @@
12
"require": {
13
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
14
"phpro/api-problem": "^1.0",
15
- "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
16
- "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
17
- "symfony/http-kernel": "^6.4 || ^7.0"
+ "symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0",
+ "symfony/event-dispatcher": "^6.4 || ^7.4 || ^8.0",
+ "symfony/http-kernel": "^6.4 || ^7.4 || ^8.0"
18
},
19
"require-dev": {
20
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
@@ -23,7 +23,7 @@
23
"phpspec/prophecy": "^1.17",
24
"phpspec/prophecy-phpunit": "^2.0",
25
"phpunit/phpunit": "^12.4",
26
- "symfony/security-core": "^5.4 || ^6.0 || ^7.0"
+ "symfony/security-core": "^6.4 || ^7.4 || ^8.0"
27
28
"config": {
29
"sort-packages": true,
0 commit comments