mirror of
https://github.com/mrclay/minify.git
synced 2025-08-18 03:41:35 +02:00
Allow monolog v2 (#650)
This commit is contained in:
@@ -37,6 +37,6 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- composer validate
|
- composer validate
|
||||||
- phpunit --verbose
|
- vendor/bin/phpunit --verbose
|
||||||
|
|
||||||
# vim:ts=2:sw=2:et
|
# vim:ts=2:sw=2:et
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"ext-pcre": "*",
|
"ext-pcre": "*",
|
||||||
"intervention/httpauth": "~2.0",
|
"intervention/httpauth": "~2.0",
|
||||||
"monolog/monolog": "~1.1",
|
"monolog/monolog": "~1.1|~2.0",
|
||||||
"mrclay/jsmin-php": "~2",
|
"mrclay/jsmin-php": "~2",
|
||||||
"mrclay/props-dic": "^2.2",
|
"mrclay/props-dic": "^2.2",
|
||||||
"php": "^5.3.0 || ^7.0",
|
"php": "^5.3.0 || ^7.0",
|
||||||
|
Reference in New Issue
Block a user