1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-12 09:05:08 +02:00

Allow monolog v2

This commit is contained in:
Jason Varga
2019-09-18 14:18:55 -04:00
parent 258e495451
commit 4453f3a4cb

View File

@@ -25,7 +25,7 @@
"require": {
"ext-pcre": "*",
"intervention/httpauth": "~2.0",
"monolog/monolog": "~1.1",
"monolog/monolog": "~1.1|~2.0",
"mrclay/jsmin-php": "~2",
"mrclay/props-dic": "^2.2",
"php": "^5.3.0 || ^7.0",