Add extension template with PHPStan, PHPUnit and phpcs
This commit is contained in:
parent
b4c6581d4f
commit
8cd928caa9
22 changed files with 825 additions and 1 deletions
11
tools/phpcs/composer.json
Normal file
11
tools/phpcs/composer.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/civicrm/coder.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"drupal/coder": "dev-8.x-2.x-civi"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue