This commit is contained in:
parent
ee103ff4cc
commit
f391e2ef6c
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@
|
|||
"autoload": {
|
||||
"psr-4": {
|
||||
"CubiStore\\Web\\": "src/"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"var/cache/routes.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue