Update Composer config

This commit is contained in:
Pascal Birchler 2025-07-04 14:49:27 +02:00
parent d1072aef3c
commit d4df8d7a37
No known key found for this signature in database
GPG key ID: 0DECE73DD74E8B2F

View file

@ -17,7 +17,8 @@
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"johnpbloch/wordpress-core-installer": true
"johnpbloch/wordpress-core-installer": true,
"phpstan/extension-installer": true
}
},
"extra": {
@ -57,12 +58,14 @@
"behat-rerun": "rerun-behat-tests",
"lint": "run-linter-tests",
"phpcs": "run-phpcs-tests",
"phpstan": "run-phpstan-tests",
"phpcbf": "run-phpcbf-cleanup",
"phpunit": "run-php-unit-tests",
"prepare-tests": "install-package-tests",
"test": [
"@lint",
"@phpcs",
"@phpstan",
"@phpunit",
"@behat"
]