Skip to content

Commit 097785e

Browse files
Allow Symfony 8
1 parent a65206d commit 097785e

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
@@ -17,12 +17,20 @@
1717
],
1818
"require": {
1919
"php": ">=7.1.3",
20-
"symfony/http-client": "^4.4|^5.0|^6.0|^7.0",
21-
"symfony/http-foundation": "^4.4|^5.0|^6.0|^7.0",
22-
"symfony/web-link": "^4.4|^5.0|^6.0|^7.0",
23-
"symfony/deprecation-contracts": "^2.0|^3.0|^4.0",
20+
"symfony/http-client": "^4.4|^5.0|^6.0|^7.0|^8.0",
21+
"symfony/http-foundation": "^4.4|^5.0|^6.0|^7.0|^8.0",
22+
"symfony/web-link": "^4.4|^5.0|^6.0|^7.0|^8.0",
23+
"symfony/deprecation-contracts": "^2.0|^3.0",
2424
"symfony/polyfill-php80": "^1.22"
2525
},
26+
"require-dev": {
27+
"lcobucci/jwt": "^3.4|^4.0|^5.0",
28+
"symfony/event-dispatcher": "^4.4|^5.0|^6.0|^7.0|^8.0",
29+
"symfony/http-kernel": "^4.4|^5.0|^6.0|^7.0|^8.0",
30+
"symfony/phpunit-bridge": "^5.2|^6.0|^7.0|^8.0",
31+
"symfony/stopwatch": "^4.4|^5.0|^6.0|^7.0|^8.0",
32+
"twig/twig": "^2.0|^3.0|^4.0"
33+
},
2634
"autoload": {
2735
"psr-4": { "Symfony\\Component\\Mercure\\": "src/" }
2836
},
@@ -44,13 +52,5 @@
4452
"suggest": {
4553
"symfony/stopwatch": "Integration with the profiler performances"
4654
},
47-
"require-dev": {
48-
"lcobucci/jwt": "^3.4|^4.0|^5.0",
49-
"symfony/event-dispatcher": "^4.4|^5.0|^6.0|^7.0",
50-
"symfony/http-kernel": "^4.4|^5.0|^6.0|^7.0",
51-
"symfony/phpunit-bridge": "^5.2|^6.0|^7.0",
52-
"symfony/stopwatch": "^4.4|^5.0|^6.0|^7.0",
53-
"twig/twig": "^2.0|^3.0|^4.0"
54-
},
5555
"minimum-stability": "dev"
5656
}

0 commit comments

Comments
 (0)