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:
|
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:
|
||||||
|
|
|
@ -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
1245
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue