Skip to content

Commit b32f8c8

Browse files
authored
Merge pull request #10 from djallits/patch-1
Allow for minor versions of monolog
2 parents 9ad2d7e + 78af7c5 commit b32f8c8

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
@@ -4,7 +4,7 @@
44
"require": {
55
"php": ">=7.1.3",
66
"illuminate/support": "5.6.*|5.7.*",
7-
"monolog/monolog": "1.23.*"
7+
"monolog/monolog": "^1.23"
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^7.0",

0 commit comments

Comments
 (0)