mirror of
https://github.com/OPSnet/Logchecker.git
synced 2026-01-16 18:04:27 -05:00
Fixes for composer for 7.0
This commit is contained in:
@@ -22,6 +22,10 @@ before_install:
|
||||
- yes | pecl install yaml
|
||||
- composer install --ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress
|
||||
|
||||
script:
|
||||
- bin/logchecker --version
|
||||
- bin/logchecker --help
|
||||
|
||||
before_deploy:
|
||||
- php -d phar.readonly=0 bin/compile
|
||||
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
"php": ">=7",
|
||||
"ext-mbstring": "*",
|
||||
"ext-yaml": "*",
|
||||
"symfony/console": "^4.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6|^7"
|
||||
"symfony/console": "^3.4|^4.1"
|
||||
},
|
||||
"bin": ["bin/logchecker"]
|
||||
}
|
||||
|
||||
1413
composer.lock
generated
1413
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user