Skip to content

Commit f96639d

Browse files
committed
Indicate compatibility with psr/log 2 and 3
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent 9da2a51 commit f96639d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/polyfill-ctype": "^1.8",
2525
"symfony/polyfill-php73": "^1.9",
2626
"symfony/polyfill-php80": "^1.15",
27-
"psr/log": "~1.0"
27+
"psr/log": "^1|^2"
2828
},
2929
"require-dev": {
3030
"symfony/browser-kit": "^4.3|^5.0",
@@ -45,7 +45,7 @@
4545
"twig/twig": "^1.43|^2.13|^3.0.4"
4646
},
4747
"provide": {
48-
"psr/log-implementation": "1.0"
48+
"psr/log-implementation": "1.0|2.0"
4949
},
5050
"conflict": {
5151
"symfony/browser-kit": "<4.3",

0 commit comments

Comments
 (0)