Skip to content

Commit 2f05c20

Browse files
committed
Drop support for Symfony 5 due to incompatibility with monolog 3
1 parent 035ab6c commit 2f05c20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
],
1515
"require": {
1616
"php": "^8.1",
17-
"symfony/config": "^5.4|^6.4|^7.0",
18-
"symfony/console": "^5.4|^6.4|^7.0",
19-
"symfony/dependency-injection": "^5.4|^6.4|^7.0",
20-
"symfony/event-dispatcher": "^5.4|^6.4|^7.0",
21-
"symfony/http-kernel": "^5.4|^6.4|^7.0",
17+
"symfony/config": "^6.4|^7.0",
18+
"symfony/console": "^6.4|^7.0",
19+
"symfony/dependency-injection": "^6.4|^7.0",
20+
"symfony/event-dispatcher": "^6.4|^7.0",
21+
"symfony/http-kernel": "^6.4|^7.0",
2222
"monolog/monolog": "^3.0"
2323
},
2424
"require-dev": {
2525
"matthiasnoback/symfony-dependency-injection-test": "^4.3|^5.1",
26-
"symfony/framework-bundle": "^5.4|^6.4|^7.0",
26+
"symfony/framework-bundle": "^6.4|^7.0",
2727
"symfony/phpunit-bridge": "^5.3|^6.0|^7.0",
2828
"twig/twig": "^1.32|^2.4|^3.0",
2929
"symfony/monolog-bundle": "^3.10"

0 commit comments

Comments
 (0)