Skip to content

Commit f15a5e6

Browse files
committed
Update Composer config
1 parent cc3937e commit f15a5e6

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
@@ -25,7 +25,8 @@
2525
"sort-packages": true,
2626
"allow-plugins": {
2727
"dealerdirect/phpcodesniffer-composer-installer": true,
28-
"johnpbloch/wordpress-core-installer": true
28+
"johnpbloch/wordpress-core-installer": true,
29+
"phpstan/extension-installer": true
2930
},
3031
"lock": false
3132
},
@@ -53,12 +54,14 @@
5354
"behat-rerun": "rerun-behat-tests",
5455
"lint": "run-linter-tests",
5556
"phpcs": "run-phpcs-tests",
57+
"phpstan": "run-phpstan-tests",
5658
"phpcbf": "run-phpcbf-cleanup",
5759
"phpunit": "run-php-unit-tests",
5860
"prepare-tests": "install-package-tests",
5961
"test": [
6062
"@lint",
6163
"@phpcs",
64+
"@phpstan",
6265
"@phpunit",
6366
"@behat"
6467
]

0 commit comments

Comments
 (0)