Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit fc71269

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"symfony/ldap": "^4.4|^5.0",
2929
"symfony/translation": "^4.4|^5.0",
3030
"symfony/validator": "^3.4.31|^4.3.4|^5.0",
31-
"psr/log": "~1.0"
31+
"psr/log": "^1|^2|^3"
3232
},
3333
"conflict": {
3434
"symfony/event-dispatcher": "<4.3|>=5",

Guard/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/security-http": "^4.4.1"
2222
},
2323
"require-dev": {
24-
"psr/log": "~1.0"
24+
"psr/log": "^1|^2|^3"
2525
},
2626
"autoload": {
2727
"psr-4": { "Symfony\\Component\\Security\\Guard\\": "" },

Http/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"symfony/routing": "^3.4|^4.0|^5.0",
2727
"symfony/security-csrf": "^3.4.11|^4.0.11|^5.0",
28-
"psr/log": "~1.0"
28+
"psr/log": "^1|^2|^3"
2929
},
3030
"conflict": {
3131
"symfony/event-dispatcher": ">=5",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"symfony/expression-language": "^3.4|^4.0|^5.0",
4040
"symfony/ldap": "^4.4|^5.0",
4141
"symfony/translation": "^4.4|^5.0",
42-
"psr/log": "~1.0"
42+
"psr/log": "^1|^2|^3"
4343
},
4444
"conflict": {
4545
"symfony/event-dispatcher": ">=5",

0 commit comments

Comments
 (0)