Skip to content

Commit 1af5189

Browse files
feat(*): Add psr/log as hard dependency
1 parent e9455e5 commit 1af5189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"php": "^7.2.5 || ^8.0",
4141
"ext-json": "*",
4242
"symfony/config": "^4.4.44 || ^5.4.11 || ^6.0.11 || ^7.2.0",
43-
"monolog/monolog": "^1.17 || ^2.1 || ^3.8"
43+
"monolog/monolog": "^1.17 || ^2.1 || ^3.8",
44+
"psr/log": "^1.0 || ^2.0 || ^3.0"
4445
},
4546
"require-dev": {
4647
"phpunit/phpunit": "^8.5.30 || ^9.3",

0 commit comments

Comments
 (0)