We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3266fd5 commit 1ee667fCopy full SHA for 1ee667f
.travis.yml
@@ -30,9 +30,10 @@ jobs:
30
- stage: Test
31
php: 7.0
32
env: COMPOSER_OPTIONS="--prefer-lowest"
33
- - stage: codestyle
+ - stage: codestyle and SCA
34
php: 7.1
35
script:
36
+ - vendor/bin/phpstan analyse src --level 7
37
- vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
38
- stage: coverage
39
composer.json
@@ -31,8 +31,10 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.5",
+ "phpstan/phpstan": "^0.8.4",
"phpunit/phpunit": "^5.7|^6.0",
- "scrutinizer/ocular": "^1.4"
+ "scrutinizer/ocular": "^1.4",
+ "symfony/expression-language": "^2.7|^2.8"
"autoload": {
40
"psr-4" : {
0 commit comments