Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- stage: Code Quality
env: STATIC_ANALYSIS
install: travis_retry composer install --prefer-dist
script: vendor/bin/phpstan analyse -l 3 -c phpstan.neon lib tests
script: vendor/bin/phpstan analyze
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"doctrine/reflection": "^1.0"
},
"require-dev": {
"phpstan/phpstan": "^0.8",
"doctrine/coding-standard": "^5.0",
"phpstan/phpstan": "^0.11",
"doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.0"
},
"conflict": {
Expand Down
Loading