Skip to content

Commit 1f845d2

Browse files
committed
Update composer config
1 parent 646c5ba commit 1f845d2

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
@@ -22,7 +22,8 @@
2222
"sort-packages": true,
2323
"allow-plugins": {
2424
"dealerdirect/phpcodesniffer-composer-installer": true,
25-
"johnpbloch/wordpress-core-installer": true
25+
"johnpbloch/wordpress-core-installer": true,
26+
"phpstan/extension-installer": true
2627
},
2728
"lock": false
2829
},
@@ -50,12 +51,14 @@
5051
"behat-rerun": "rerun-behat-tests",
5152
"lint": "run-linter-tests",
5253
"phpcs": "run-phpcs-tests",
54+
"phpstan": "run-phpstan-tests",
5355
"phpunit": "run-php-unit-tests",
5456
"phpcbf": "run-phpcbf-cleanup",
5557
"prepare-tests": "install-package-tests",
5658
"test": [
5759
"@lint",
5860
"@phpcs",
61+
"@phpstan",
5962
"@phpunit",
6063
"@behat"
6164
]

0 commit comments

Comments
 (0)