We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046f853 commit 2d1597aCopy full SHA for 2d1597a
composer.json
@@ -3,7 +3,8 @@
3
"description": "Source files for the handbook that is generated for make.wordpress.org.",
4
"config": {
5
"allow-plugins": {
6
- "dealerdirect/phpcodesniffer-composer-installer": true
+ "dealerdirect/phpcodesniffer-composer-installer": true,
7
+ "phpstan/extension-installer": true
8
},
9
"sort-packages": true
10
@@ -24,11 +25,13 @@
24
25
"lint": "run-linter-tests",
26
"phpcs": "run-phpcs-tests",
27
"phpcbf": "run-phpcbf-cleanup",
28
+ "phpstan": "run-phpstan-tests",
29
"phpunit": "run-php-unit-tests",
30
"prepare-tests": "install-package-tests",
31
"test": [
32
"@lint",
33
"@phpcs",
34
+ "@phpstan",
35
"@phpunit",
36
"@behat"
37
]
0 commit comments