Skip to content

Commit f3c02a7

Browse files
Use monolog version 3 only for 0.3.x
1 parent c4da9ad commit f3c02a7

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
@@ -4,7 +4,7 @@
44
"version": "0.3.2",
55
"require": {
66
"php": ">=8.1",
7-
"monolog/monolog": "^2.8 || ^3.2",
7+
"monolog/monolog": "^3.2",
88
"psr/log": "^2.0 || ^3.0"
99
},
1010
"require-dev": {

0 commit comments

Comments
 (0)