Skip to content

Commit 9a84875

Browse files
committed
Update Composer config
1 parent 038b6d7 commit 9a84875

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
@@ -23,7 +23,8 @@
2323
"sort-packages": true,
2424
"allow-plugins": {
2525
"dealerdirect/phpcodesniffer-composer-installer": true,
26-
"johnpbloch/wordpress-core-installer": true
26+
"johnpbloch/wordpress-core-installer": true,
27+
"phpstan/extension-installer": true
2728
},
2829
"lock": false
2930
},
@@ -51,12 +52,14 @@
5152
"behat-rerun": "rerun-behat-tests",
5253
"lint": "run-linter-tests",
5354
"phpcs": "run-phpcs-tests",
55+
"phpstan": "run-phpstan-tests",
5456
"phpcbf": "run-phpcbf-cleanup",
5557
"phpunit": "run-php-unit-tests",
5658
"prepare-tests": "install-package-tests",
5759
"test": [
5860
"@lint",
5961
"@phpcs",
62+
"@phpstan",
6063
"@phpunit",
6164
"@behat"
6265
]

0 commit comments

Comments
 (0)