Skip to content

Commit

Permalink
Merge pull request #159 from localheinz/feature/phpstan
Browse files Browse the repository at this point in the history
Enhancement: Update phpstan/phpstan and friends
  • Loading branch information
localheinz authored Jan 18, 2019
2 parents 7cfacbe + 27c34a0 commit 3b02e9a
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 51 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
},
"require-dev": {
"composer/composer": "^1.7.0",
"jangregor/phpstan-prophecy": "~0.2.0",
"jangregor/phpstan-prophecy": "~0.3.0",
"localheinz/php-cs-fixer-config": "~1.19.0",
"localheinz/phpstan-rules": "~0.7.1",
"localheinz/test-util": "0.6.1",
"phpstan/phpstan": "~0.10.7",
"phpstan/phpstan-deprecation-rules": "~0.10.2",
"phpstan/phpstan-strict-rules": "~0.10.1",
"phpstan/phpstan": "~0.11.0",
"phpstan/phpstan-deprecation-rules": "~0.11.0",
"phpstan/phpstan-strict-rules": "~0.11.0",
"phpunit/phpunit": "^6.5.13 || ^7.5.0",
"symfony/filesystem": "^4.2.1"
},
Expand Down
102 changes: 55 additions & 47 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b02e9a

Please sign in to comment.