Add extension template with PHPStan, PHPUnit and phpcs

This commit is contained in:
Jens Schuppe 2024-03-25 14:51:55 +01:00
parent b4c6581d4f
commit 8cd928caa9
22 changed files with 825 additions and 1 deletions

View file

@ -0,0 +1,13 @@
{
"require": {
"symfony/phpunit-bridge": "^6.1"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/simple-phpunit install"
],
"post-update-cmd": [
"@php vendor/bin/simple-phpunit install"
]
}
}