Skip to content

Commit

Permalink
Fixed composer plugin usage for phpstan/extension-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p authored Oct 6, 2022
1 parent 601e70b commit 6785c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"require-dev": {
"composer/composer": "^2.0.8",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.92",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-webmozart-assert": "^0.12.7",
Expand Down
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
- phpstan-baseline.neon

parameters:
Expand Down

0 comments on commit 6785c71

Please sign in to comment.