remove php-cs-fixer because it doesnt support PHP7.4
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
parent
8b727dba89
commit
c0a2f39355
3 changed files with 1246 additions and 9 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
1245
composer.lock
generated
1245
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue