Fixes for composer for 7.0

This commit is contained in:
itismadness
2018-11-29 15:41:51 +03:30
parent b85fb622cb
commit fa9ef1b3bb
3 changed files with 7 additions and 1415 deletions

View File

@@ -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

View File

@@ -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

File diff suppressed because it is too large Load Diff