Skip to content

Commit 9618d05

Browse files
committed
Update Composer config
1 parent 47d0fbe commit 9618d05

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
@@ -29,7 +29,8 @@
2929
"sort-packages": true,
3030
"allow-plugins": {
3131
"dealerdirect/phpcodesniffer-composer-installer": true,
32-
"johnpbloch/wordpress-core-installer": true
32+
"johnpbloch/wordpress-core-installer": true,
33+
"phpstan/extension-installer": true
3334
},
3435
"lock": false
3536
},
@@ -69,12 +70,14 @@
6970
"behat-rerun": "rerun-behat-tests",
7071
"lint": "run-linter-tests",
7172
"phpcs": "run-phpcs-tests",
73+
"phpstan": "run-phpstan-tests",
7274
"phpcbf": "run-phpcbf-cleanup",
7375
"phpunit": "run-php-unit-tests",
7476
"prepare-tests": "install-package-tests",
7577
"test": [
7678
"@lint",
7779
"@phpcs",
80+
"@phpstan",
7881
"@phpunit",
7982
"@behat"
8083
]

0 commit comments

Comments
 (0)