Skip to content

Commit 906638c

Browse files
committed
Require PSR/log 2 or 3
v2 requires PHP 8
1 parent 8407107 commit 906638c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^8.1",
16-
"psr/log": "^1.1",
16+
"psr/log": "^2 || ^3",
1717
"psr/http-message": "^1.0",
1818
"knplabs/gaufrette": "^0.11.1",
1919
"ondrej-vrto/php-filename-sanitize": "^1.4"

0 commit comments

Comments
 (0)