Skip to content

Commit 411c14d

Browse files
committed
Add phpstan/extension-installer
1 parent c4752c8 commit 411c14d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ composer require --dev setono/code-quality-pack
1313
* Mutation testing framework to measure the quality of your tests.
1414
* [jangregor/phpstan-prophecy](https://github.com/jangregor/phpstan-prophecy)
1515
* PHPStan extension for Prophecy mocking.
16+
* [phpstan/extension-installer](https://github.com/phpstan/extension-installer)
17+
* Automatically registers PHPStan extensions.
1618
* [phpstan/phpstan](https://phpstan.org/)
1719
* A static analysis tool that finds bugs without running your code.
1820
* [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit)

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"infection/infection": "^0.29.14",
1010
"jangregor/phpstan-prophecy": "^2.3",
1111
"phpspec/prophecy-phpunit": "^2.5",
12+
"phpstan/extension-installer": "*",
1213
"phpstan/phpstan": "^2.1.46",
1314
"phpstan/phpstan-phpunit": "^2.0.16",
1415
"phpstan/phpstan-strict-rules": "^2.0.10",
@@ -26,7 +27,8 @@
2627
"allow-plugins": {
2728
"dealerdirect/phpcodesniffer-composer-installer": false,
2829
"ergebnis/composer-normalize": true,
29-
"infection/extension-installer": true
30+
"infection/extension-installer": true,
31+
"phpstan/extension-installer": true
3032
},
3133
"bump-after-update": true,
3234
"sort-packages": true

0 commit comments

Comments
 (0)