remove php-cs-fixer because it doesnt support PHP7.4
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
eater 2019-11-25 00:53:55 +01:00
parent 8b727dba89
commit c0a2f39355
Signed by: eater
GPG key ID: AD2560A0F84F0759
3 changed files with 1246 additions and 9 deletions

View file

@ -14,13 +14,6 @@ steps:
commands: commands:
- composer install --no-ansi --no-interaction --ignore-platform-reqs - composer install --no-ansi --no-interaction --ignore-platform-reqs
- name: code styling
image: d.xr.to/eater/php7.4rc6
commands:
- ./vendor/bin/php-cs-fixer fix --dry-run src
depends_on:
- composer
- name: static analysis - name: static analysis
image: d.xr.to/eater/php7.4rc6 image: d.xr.to/eater/php7.4rc6
commands: commands:

View file

@ -7,6 +7,7 @@
"php": "^7.4" "php": "^7.4"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^0.11.19",
"phpunit/phpunit": "^8.4" "phpunit/phpunit": "^8.4"
}, },
"autoload": { "autoload": {

1245
composer.lock generated

File diff suppressed because it is too large Load diff