File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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" ,
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
You can’t perform that action at this time.
0 commit comments