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

master
eater 4 years ago
parent 8b727dba89
commit c0a2f39355
Signed by: eater
GPG Key ID: AD2560A0F84F0759

@ -14,13 +14,6 @@ steps:
commands:
- 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
image: d.xr.to/eater/php7.4rc6
commands:
@ -41,4 +34,4 @@ volumes:
path: /tank/var/composer-cache
---
kind: signature
hmac: 5baffe99886362228e03fb75ed2484033c69440178ed4b4c5d1a150474dffb8b
hmac: 5baffe99886362228e03fb75ed2484033c69440178ed4b4c5d1a150474dffb8b

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

1389
composer.lock generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save