Skip to content

Commit

Permalink
Remove phpstan-phpunit composer package
Browse files Browse the repository at this point in the history
It does not look like that it is needed
  • Loading branch information
SenseException committed Sep 18, 2024
1 parent 515976b commit 763e302
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-phpunit": "^1.3",
"infection/infection": "^0.27",
"vimeo/psalm": "^5.22",
"psalm/plugin-phpunit": "^0.18.4",
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ parameters:
message: '#Call to an undefined method [a-zA-Z0-9\\_]+::children\(\)#'
path: %currentWorkingDirectory%/src/DependencyInjection/Configuration.php
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon

0 comments on commit 763e302

Please sign in to comment.