before_commands: - "composer install --prefer-source" tools: external_code_coverage: timeout: 600 php_code_coverage: enabled: true test_command: ./vendor/bin/phpunit php_code_sniffer: enabled: true config: standard: PSR2 filter: paths: ["src/*", "tests/*"] php_cpd: enabled: true excluded_dirs: ["build/*", "tests", "vendor"] php_cs_fixer: enabled: true config: level: all filter: paths: ["src/*", "tests/*"] php_loc: enabled: true excluded_dirs: ["build", "tests", "vendor"] php_mess_detector: enabled: true config: ruleset: phpmd.xml.dist design_rules: { eval_expression: false } filter: paths: ["src/*"] php_pdepend: enabled: true excluded_dirs: ["build", "tests", "vendor"] php_analyzer: enabled: true filter: paths: ["src/*", "tests/*"] php_hhvm: enabled: true filter: paths: ["src/*", "tests/*"] sensiolabs_security_checker: true
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
docs | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.doctrine-project.json | File | 1.02 KB | 0644 |
|
.gitignore | File | 55 B | 0644 |
|
.scrutinizer.yml | File | 1.14 KB | 0644 |
|
.travis.install.sh | File | 546 B | 0644 |
|
.travis.yml | File | 897 B | 0644 |
|
CONTRIBUTING.md | File | 1.01 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 1.54 KB | 0644 |
|
composer.json | File | 1.51 KB | 0644 |
|
phpmd.xml.dist | File | 1.06 KB | 0644 |
|
phpunit.xml.dist | File | 635 B | 0644 |
|
psalm.xml | File | 465 B | 0644 |
|