Skip to content

Commit

Permalink
Merge pull request #26 from ETSGlobal/drop_support
Browse files Browse the repository at this point in the history
EB-0000 Drop support monolog 2
  • Loading branch information
aallier authored Aug 26, 2022
2 parents d3a631e + 0038299 commit 3f4ffb4
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 3f4ffb4

Please sign in to comment.