fix pipeline
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
eater 2019-11-21 00:03:21 +01:00
parent ee103ff4cc
commit f391e2ef6c
Signed by: eater
GPG key ID: AD2560A0F84F0759
2 changed files with 7 additions and 4 deletions

View file

@ -4,8 +4,8 @@ type: docker
steps:
- name: code checks
image: php:7.3
image: composer
commands:
- composer install
- ./vendor/bin/php-cs-fixer fix --dry-run .
- ./vendor/bin/phpstan analyse src
- ./vendor/bin/php-cs-fixer fix --dry-run src
- ./vendor/bin/phpstan analyse src

View file

@ -30,6 +30,9 @@
"autoload": {
"psr-4": {
"CubiStore\\Web\\": "src/"
}
},
"files": [
"var/cache/routes.php"
]
}
}