Skip to content

Commit 5e02dec

Browse files
committed
Allow older versions of psr/log
1 parent 4456b7c commit 5e02dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"magento/module-customer": "^103.0",
1919
"magento/module-quote": "^101.2",
2020
"magento/module-store": "^101.1",
21-
"psr/log": "^3.0",
21+
"psr/log": "^1.0 | ^2.0 | ^3.0",
2222
"yireo/magento2-csp-utilities": "^1.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)