Skip to content

Commit

Permalink
Allow psr/log 2.0 and 3.0 (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Sep 29, 2021
1 parent 390bf8c commit 24f9a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "^7.3 || ^8.0",
"psr/log": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"willdurand/geocoder": "^4.0"
},
"provide": {
Expand Down Expand Up @@ -44,4 +44,4 @@
"test": "vendor/bin/phpunit",
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
}
}
}

0 comments on commit 24f9a63

Please sign in to comment.