Skip to content

Commit

Permalink
Merge pull request #739 from Majkl578/phpstan-0.10
Browse files Browse the repository at this point in the history
PHPstan 0.10
  • Loading branch information
jwage authored Jun 25, 2018
2 parents 55653a7 + bd44c7f commit f392a2b
Show file tree
Hide file tree
Showing 28 changed files with 346 additions and 106 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tests/phpunit.xml
vendor/
phpunit.xml
/phpcs.xml
/phpstan.neon
/.phpcs-cache
/box.phar

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
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
"doctrine/orm": "^2.6",
"jdorn/sql-formatter": "^1.1",
"mikey179/vfsStream": "^1.6",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan-strict-rules": "^0.9",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-deprecation-rules": "^0.10",
"phpstan/phpstan-phpunit": "^0.10",
"phpstan/phpstan-strict-rules": "^0.10",
"phpunit/phpunit": "^7.0",
"symfony/process": "^3.4||^4.0",
"symfony/yaml": "^3.4||^4.0"
Expand Down
Loading

0 comments on commit f392a2b

Please sign in to comment.