Skip to content

Commit d15b8e4

Browse files
committed
Fix composer dependency
1 parent 566595c commit d15b8e4

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
@@ -55,7 +55,7 @@
5555
"require-dev": {
5656
"doctrine/annotations": "^1.13",
5757
"doctrine/orm": "^2.5",
58-
"monolog/monolog": "^2.8.0",
58+
"monolog/monolog": "^2.8.0 || ^3.0",
5959
"phpstan/extension-installer": "^1.0",
6060
"phpstan/phpstan": "1.8.4",
6161
"phpstan/phpstan-phpunit": "^1.0",

0 commit comments

Comments
 (0)