Skip to content

Commit 2d1597a

Browse files
committed
Update Composer config
1 parent 046f853 commit 2d1597a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"description": "Source files for the handbook that is generated for make.wordpress.org.",
44
"config": {
55
"allow-plugins": {
6-
"dealerdirect/phpcodesniffer-composer-installer": true
6+
"dealerdirect/phpcodesniffer-composer-installer": true,
7+
"phpstan/extension-installer": true
78
},
89
"sort-packages": true
910
},
@@ -24,11 +25,13 @@
2425
"lint": "run-linter-tests",
2526
"phpcs": "run-phpcs-tests",
2627
"phpcbf": "run-phpcbf-cleanup",
28+
"phpstan": "run-phpstan-tests",
2729
"phpunit": "run-php-unit-tests",
2830
"prepare-tests": "install-package-tests",
2931
"test": [
3032
"@lint",
3133
"@phpcs",
34+
"@phpstan",
3235
"@phpunit",
3336
"@behat"
3437
]

0 commit comments

Comments
 (0)