Skip to content

Commit

Permalink
Merge pull request #139 from WyriHaximus/add-shipmonk-dead-code-detector
Browse files Browse the repository at this point in the history
Add shipmonk/dead-code-detector
  • Loading branch information
WyriHaximus authored Nov 12, 2024
2 parents efa40a9 + 264b994 commit 81e402a
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Works out of the box due to [`phpstan/extension-installer`](https://github.com/p
* [`phpstan/phpstan-mockery`](https://packagist.org/packages/phpstan/phpstan-mockery)
* [`phpstan/phpstan-phpunit`](https://packagist.org/packages/phpstan/phpstan-phpunit)
* [`phpstan/phpstan-strict-rules`](https://packagist.org/packages/phpstan/phpstan-strict-rules)
* [`shipmonk/dead-code-detector`](https://packagist.org/packages/shipmonk/phpstan-rules)
* [`shipmonk/phpstan-rules`](https://packagist.org/packages/shipmonk/phpstan-rules)
* [`tomasvotruba/type-coverage`](https://packagist.org/packages/tomasvotruba/type-coverage)

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"phpstan/phpstan-mockery": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.1",
"shipmonk/dead-code-detector": "^0.5.1",
"shipmonk/phpstan-rules": "^3.2",
"tomasvotruba/type-coverage": "^1.0.0",
"yamadashy/phpstan-friendly-formatter": "^1.1.2"
Expand Down
71 changes: 70 additions & 1 deletion composer.lock

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

0 comments on commit 81e402a

Please sign in to comment.