Skip to content

Commit f39fd57

Browse files
committed
Allow psr/log version ^1.1, ^2.0 and ^3.0 for PHP 8 support
1 parent 5a8bd8c commit f39fd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"roave/security-advisories": "dev-master",
2121
"event-engine/php-messaging": "^0.2",
2222
"event-engine/php-engine-utils": "^0.2",
23-
"psr/log": "^1.1"
23+
"psr/log": "^1.1 || ^2.0 || ^3.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^8.0 || ^9.0",

0 commit comments

Comments
 (0)