Skip to content

Commit

Permalink
Drop support monolog 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aallier committed Aug 26, 2022
1 parent d3a631e commit 0038299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"monolog/monolog": "^2.0 || ^3.0",
"monolog/monolog": "^3.0",
"symfony/config": "^6.0",
"symfony/console": "^6.0",
"symfony/dependency-injection": "^6.0",
Expand All @@ -20,7 +20,7 @@
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5",
"psr/http-message": "^1.0",
"etsglobal/php-static-analysis": "^0.4 || ^2.0",
"etsglobal/php-static-analysis": "^2.0",
"slevomat/coding-standard": "^7.0",
"squizlabs/php_codesniffer": "^3.6",
"symfony/phpunit-bridge": "^6.0",
Expand Down

0 comments on commit 0038299

Please sign in to comment.