Skip to content

Commit

Permalink
Drop support for Symfony 5 due to incompatibility with monolog 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed May 6, 2024
1 parent 035ab6c commit 2f05c20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
],
"require": {
"php": "^8.1",
"symfony/config": "^5.4|^6.4|^7.0",
"symfony/console": "^5.4|^6.4|^7.0",
"symfony/dependency-injection": "^5.4|^6.4|^7.0",
"symfony/event-dispatcher": "^5.4|^6.4|^7.0",
"symfony/http-kernel": "^5.4|^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"monolog/monolog": "^3.0"
},
"require-dev": {
"matthiasnoback/symfony-dependency-injection-test": "^4.3|^5.1",
"symfony/framework-bundle": "^5.4|^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/phpunit-bridge": "^5.3|^6.0|^7.0",
"twig/twig": "^1.32|^2.4|^3.0",
"symfony/monolog-bundle": "^3.10"
Expand Down

0 comments on commit 2f05c20

Please sign in to comment.