Skip to content

Commit e6b7856

Browse files
committed
Fix build
1 parent c93be40 commit e6b7856

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
- stage: codestyle and SCA
3434
php: 7.1
3535
script:
36-
- phpenv config-rm xdebug.ini
3736
- composer require --dev phpstan/phpstan symfony/expression-language --no-interaction --prefer-dist --prefer-stable
38-
- vendor/bin/phpstan analyse src --level 7
37+
- vendor/bin/phpstan analyse src --level 7 -c phpstan.neon
3938
env: PHPSTAN=true
4039
- script: vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
4140
env: CS-FIXER=true

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@
3131
},
3232
"require-dev": {
3333
"friendsofphp/php-cs-fixer": "^2.5",
34-
"phpstan/phpstan": "^0.9.1",
3534
"phpunit/phpunit": "^5.7|^6.0",
36-
"scrutinizer/ocular": "^1.4",
37-
"symfony/expression-language": "^3.4"
35+
"scrutinizer/ocular": "^1.4"
3836
},
3937
"autoload": {
4038
"psr-4" : {

0 commit comments

Comments
 (0)