Skip to content

Commit

Permalink
Merge pull request #18 from lcobucci/disallow-usage-of-deprecated-com…
Browse files Browse the repository at this point in the history
…ponents

Disallow usage of deprecated components
  • Loading branch information
lcobucci authored Jun 23, 2019
2 parents 5c8619f + 78a791e commit 63bea7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"league/plates": "^3.3",
"middlewares/negotiation": "^1.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^8.2",
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon

parameters:
Expand Down

0 comments on commit 63bea7f

Please sign in to comment.