Skip to content

Commit

Permalink
Add support for psr/log 2.0 and 3.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanoschOltmanns authored Mar 17, 2023
1 parent 2a41691 commit 060c436
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ext-simplexml": "*",
"nyholm/psr7": "^1.1",
"psr/http-message": "^1.0",
"psr/log": "^1.1",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
Expand All @@ -29,7 +29,8 @@
"require-dev": {
"doctrine/dbal": "^2.13 || ^3.0",
"symfony/finder": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.1.8 || ^6.0"
"symfony/phpunit-bridge": "^5.1.8 || ^6.0",
"fig/log-test": "^1.0"
},
"config": {
"preferred-install": {
Expand Down

0 comments on commit 060c436

Please sign in to comment.