Skip to content

Commit

Permalink
Merge pull request #40 from jwage/update-phpstan
Browse files Browse the repository at this point in the history
Update PHPStan to 0.10
  • Loading branch information
jwage authored Jun 25, 2018
2 parents 044b94f + a899a2e commit d471694
Show file tree
Hide file tree
Showing 8 changed files with 286 additions and 162 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PhpStorm
/.idea
vendor

/.phpcs-cache
/phpstan.neon
/vendor
2 changes: 1 addition & 1 deletion .phpcs-cache

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- stage: Code Quality
env: STATIC_ANALYSIS
install: travis_retry composer install --prefer-dist
script: vendor/bin/phpstan analyse -l 7 -c phpstan.neon lib
script: vendor/bin/phpstan analyse
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
},
"require-dev": {
"doctrine/coding-standard": "^4.0",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-strict-rules": "^0.9",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-deprecation-rules": "^0.10",
"phpstan/phpstan-strict-rules": "^0.10",
"phpunit/phpunit": "^5.5|^6.5|^7.0"
},
"extra": {
Expand Down
Loading

0 comments on commit d471694

Please sign in to comment.