Skip to content

Commit

Permalink
Indicate compatibility with psr/log 2 and 3
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander M. Turek <me@derrabus.de>
  • Loading branch information
derrabus committed Jul 18, 2021
1 parent 9da2a51 commit f96639d
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 @@ -24,7 +24,7 @@
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.15",
"psr/log": "~1.0"
"psr/log": "^1|^2"
},
"require-dev": {
"symfony/browser-kit": "^4.3|^5.0",
Expand All @@ -45,7 +45,7 @@
"twig/twig": "^1.43|^2.13|^3.0.4"
},
"provide": {
"psr/log-implementation": "1.0"
"psr/log-implementation": "1.0|2.0"
},
"conflict": {
"symfony/browser-kit": "<4.3",
Expand Down

0 comments on commit f96639d

Please sign in to comment.