Skip to content

Commit

Permalink
Merge pull request #15 from ergebnis/feature/phpstan
Browse files Browse the repository at this point in the history
Enhancement: Update phpstan/phpstan and friends
  • Loading branch information
localheinz committed Dec 23, 2019
2 parents cd96474 + ae5728d commit 94017e4
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 710 deletions.
11 changes: 6 additions & 5 deletions composer.json
Expand Up @@ -16,14 +16,15 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^1.3.1",
"ergebnis/phpstan-rules": "~0.13.0",
"ergebnis/phpstan-rules": "~0.14.2",
"ergebnis/test-util": "~0.9.1",
"infection/infection": "~0.13.6",
"jangregor/phpstan-prophecy": "~0.4.2",
"jangregor/phpstan-prophecy": "~0.5.1",
"phpstan/extension-installer": "^1.0.3",
"phpstan/phpstan": "~0.11.19",
"phpstan/phpstan-deprecation-rules": "~0.11.2",
"phpstan/phpstan-strict-rules": "~0.11.1",
"phpstan/phpstan": "~0.12.3",
"phpstan/phpstan-deprecation-rules": "~0.12.0",
"phpstan/phpstan-phpunit": "~0.12.3",
"phpstan/phpstan-strict-rules": "~0.12.0",
"phpunit/phpunit": "^7.5.18"
},
"config": {
Expand Down

0 comments on commit 94017e4

Please sign in to comment.