Skip to content

Commit

Permalink
[Dep] Move phpstan-phpunit to require-dev (#3734)
Browse files Browse the repository at this point in the history
* [Dep] Move phpstan-phpunit to require-dev

* fix composer unused
  • Loading branch information
samsonasik committed May 5, 2023
1 parent 8b48059 commit d9374dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer-unused.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
return static function (Configuration $config): Configuration {
// rector dependencies
$config->addPatternFilter(PatternFilter::fromString('#rector/.#'));
$config->addPatternFilter(PatternFilter::fromString('#phpstan/phpstan#'));

return $config;
};
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.20.3",
"phpstan/phpstan": "^1.10.14",
"phpstan/phpstan-phpunit": "^1.3.11",
"react/event-loop": "^1.3",
"react/socket": "^1.12",
"rector/extension-installer": "^0.11.2",
Expand Down Expand Up @@ -50,6 +49,7 @@
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-webmozart-assert": "^1.2.2",
"phpunit/phpunit": "^10.1.0",
Expand Down

0 comments on commit d9374dd

Please sign in to comment.