Skip to content

Commit 7254f96

Browse files
committed
Add support for SF80
1 parent bf1d711 commit 7254f96

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"require": {
1313
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
1414
"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"
15+
"symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0",
16+
"symfony/event-dispatcher": "^6.4 || ^7.4 || ^8.0",
17+
"symfony/http-kernel": "^6.4 || ^7.4 || ^8.0"
1818
},
1919
"require-dev": {
2020
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
@@ -23,7 +23,7 @@
2323
"phpspec/prophecy": "^1.17",
2424
"phpspec/prophecy-phpunit": "^2.0",
2525
"phpunit/phpunit": "^12.4",
26-
"symfony/security-core": "^5.4 || ^6.0 || ^7.0"
26+
"symfony/security-core": "^6.4 || ^7.4 || ^8.0"
2727
},
2828
"config": {
2929
"sort-packages": true,

0 commit comments

Comments
 (0)