Skip to content

Commit 7a36248

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Indicate compatibility with psr/log 2 and 3 Signed-off-by: Alexander M. Turek <me@derrabus.de>
2 parents 3c5c5cc + f96639d commit 7a36248

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
@@ -25,7 +25,7 @@
2525
"symfony/polyfill-ctype": "^1.8",
2626
"symfony/polyfill-php73": "^1.9",
2727
"symfony/polyfill-php80": "^1.15",
28-
"psr/log": "~1.0"
28+
"psr/log": "^1|^2"
2929
},
3030
"require-dev": {
3131
"symfony/browser-kit": "^4.4|^5.0",
@@ -45,7 +45,7 @@
4545
"twig/twig": "^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.4",

0 commit comments

Comments
 (0)