1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-16 19:14:01 +02:00

Allow monolog v2 (#650)

This commit is contained in:
Elan Ruusamäe
2019-09-19 10:29:27 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -37,6 +37,6 @@ before_script:
script:
- composer validate
- phpunit --verbose
- vendor/bin/phpunit --verbose
# vim:ts=2:sw=2:et

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",