Skip to content

Commit 8de5c73

Browse files
authored
Declare compatibility with Symfony 8.x (#46)
(Case 204755)
1 parent dc4218d commit 8de5c73

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
"require": {
1111
"php": ">= 8.1",
1212
"ext-json": "*",
13-
"psr/container": "^1.0|^2.0",
14-
"psr/log": "^1.1|^2.0|^3.0",
15-
"symfony/config": "^6.4|^7.0",
16-
"symfony/console": "^6.4|^7.0",
17-
"symfony/dependency-injection": "^6.4|^7.0",
18-
"symfony/event-dispatcher": "^6.4|^7.0",
19-
"symfony/event-dispatcher-contracts": "^2.5|^3.0",
20-
"symfony/http-foundation": "^6.4|^7.0",
21-
"symfony/http-kernel": "^6.4|^7.0",
22-
"symfony/service-contracts": "^2.5|^3.0",
23-
"twig/twig": "^2.13|^3.0"
13+
"psr/container": "^1.0 || ^2.0",
14+
"psr/log": "^1.1 || ^2.0 || ^3.0",
15+
"symfony/config": "^6.4 || ^7.3 || ^8.0",
16+
"symfony/console": "^6.4 || ^7.3 || ^8.0",
17+
"symfony/dependency-injection": "^6.4 || ^7.3 || ^8.0",
18+
"symfony/event-dispatcher": "^6.4 || ^7.3 || ^8.0",
19+
"symfony/event-dispatcher-contracts": "^2.5 || ^3.0",
20+
"symfony/http-foundation": "^6.4 || ^7.3 || ^8.0",
21+
"symfony/http-kernel": "^6.4 || ^7.3 || ^8.0",
22+
"symfony/service-contracts": "^2.5 || ^3.0",
23+
"twig/twig": "^2.13 || ^3.0"
2424
},
2525

2626
"require-dev": {
27-
"symfony/stopwatch": "^6.4|^7.0"
27+
"symfony/stopwatch": "^6.4 || ^7.3 || ^8.0"
2828
},
2929

3030
"config": {

0 commit comments

Comments
 (0)