Resolve #3502649 "Resolve phpstan errors and add DDEV"
Showing
- .cspell-project-words.txt 3 additions, 0 deletions.cspell-project-words.txt
- .ddev/addon-metadata/ddev-drupal-contrib/manifest.yaml 18 additions, 0 deletions.ddev/addon-metadata/ddev-drupal-contrib/manifest.yaml
- .ddev/commands/web/eslint 20 additions, 0 deletions.ddev/commands/web/eslint
- .ddev/commands/web/expand-composer-json 21 additions, 0 deletions.ddev/commands/web/expand-composer-json
- .ddev/commands/web/install 8 additions, 0 deletions.ddev/commands/web/install
- .ddev/commands/web/nightwatch 10 additions, 0 deletions.ddev/commands/web/nightwatch
- .ddev/commands/web/phpcbf 15 additions, 0 deletions.ddev/commands/web/phpcbf
- .ddev/commands/web/phpcs 15 additions, 0 deletions.ddev/commands/web/phpcs
- .ddev/commands/web/phpstan 19 additions, 0 deletions.ddev/commands/web/phpstan
- .ddev/commands/web/phpunit 22 additions, 0 deletions.ddev/commands/web/phpunit
- .ddev/commands/web/poser 15 additions, 0 deletions.ddev/commands/web/poser
- .ddev/commands/web/stylelint 17 additions, 0 deletions.ddev/commands/web/stylelint
- .ddev/commands/web/symlink-project 18 additions, 0 deletions.ddev/commands/web/symlink-project
- .ddev/config.contrib.yaml 18 additions, 0 deletions.ddev/config.contrib.yaml
- .ddev/config.yaml 284 additions, 0 deletions.ddev/config.yaml
- .gitignore 9 additions, 0 deletions.gitignore
- CHANGELOG.md 0 additions, 3 deletionsCHANGELOG.md
- CONTRIBUTING.md 0 additions, 19 deletionsCONTRIBUTING.md
- README.md 144 additions, 34 deletionsREADME.md
- composer.json 6 additions, 2 deletionscomposer.json
.ddev/commands/web/eslint
0 → 100755
.ddev/commands/web/expand-composer-json
0 → 100755
.ddev/commands/web/install
0 → 100755
.ddev/commands/web/nightwatch
0 → 100755
.ddev/commands/web/phpcbf
0 → 100755
.ddev/commands/web/phpcs
0 → 100755
.ddev/commands/web/phpstan
0 → 100755
.ddev/commands/web/phpunit
0 → 100755
.ddev/commands/web/poser
0 → 100755
.ddev/commands/web/stylelint
0 → 100755
.ddev/commands/web/symlink-project
0 → 100755
.ddev/config.contrib.yaml
0 → 100644
.ddev/config.yaml
0 → 100644
.gitignore
0 → 100644
CHANGELOG.md
deleted
100644 → 0
CONTRIBUTING.md
deleted
100644 → 0
... | ... | @@ -25,12 +25,16 @@ |
], | ||
"require-dev": { | ||
"drupal/coder": "^8.3.16", | ||
"drush/drush": "^12.5 || ^13.3", | ||
"phpunit/phpunit": "^7 || ^8 || ^9 || ^10.5" | ||
}, | ||
"minimum-stability": "RC", | ||
"minimum-stability": "dev", | ||
"config": { | ||
"sort-packages": true, | ||
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true | ||
"dealerdirect/phpcodesniffer-composer-installer": true, | ||
"php-http/discovery": true, | ||
"tbachert/spi": true | ||
} | ||
} | ||
} |
Please register or sign in to comment