2017-11-04 14:09:22 -07:00
|
|
|
parameters:
|
|
|
|
git_dir: .
|
|
|
|
bin_dir: vendor/bin
|
|
|
|
tasks:
|
|
|
|
composer:
|
|
|
|
file: ./composer.json
|
|
|
|
no_check_all: false
|
|
|
|
no_check_lock: false
|
|
|
|
no_check_publish: false
|
|
|
|
no_local_repository: false
|
|
|
|
with_dependencies: false
|
|
|
|
strict: false
|
|
|
|
phpcsfixer2:
|
|
|
|
allow_risky: true
|
|
|
|
cache_file: ~
|
|
|
|
config: .php_cs
|
|
|
|
rules: []
|
|
|
|
using_cache: false
|
|
|
|
config_contains_finder: true
|
|
|
|
verbose: true
|
|
|
|
diff: false
|
|
|
|
triggered_by: ['php']
|
|
|
|
phpunit:
|
|
|
|
always_execute: true
|
|
|
|
phpstan:
|
|
|
|
autoload_file: vendor/autoload.php
|
|
|
|
level: 7
|
|
|
|
triggered_by: ['php']
|
|
|
|
phpversion:
|
|
|
|
project: '7.1'
|
|
|
|
phpcs:
|
2017-11-07 13:30:35 -08:00
|
|
|
standard: 'phpcs.xml.dist'
|
2017-11-04 14:09:22 -07:00
|
|
|
show_warnings: true
|
|
|
|
encoding: UTF8
|
2017-11-07 13:30:35 -08:00
|
|
|
triggered_by: ['php']
|
2017-11-04 14:09:22 -07:00
|
|
|
securitychecker:
|
|
|
|
run_always: false
|
|
|
|
xmllint:
|
|
|
|
dtd_validation: true
|
|
|
|
scheme_validation: true
|
|
|
|
triggered_by: ['xml']
|