Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit 2197b87

Browse files
tristanbesjaviereguiluz
authored andcommittedOct 24, 2019
Allow installation of monolog 2
1 parent d88efb3 commit 2197b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
}
1616
],
1717
"require": {
18-
"php" : ">=5.3.0",
19-
"monolog/monolog" : "~1.6",
18+
"php" : ">=7.1",
19+
"monolog/monolog" : "~1.6|~2.0",
2020
"symfony/yaml" : "^2.8|^3.4|^4.0|^5.0"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)