mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
feat(drupal): re-add phpstan.neon.dist
This commit is contained in:
parent
af24a4b4fa
commit
f911d52573
2 changed files with 17 additions and 0 deletions
|
@ -66,6 +66,7 @@ final class CreateListOfFilesToGenerate
|
|||
new TemplateFile(data: 'drupal/Dockerfile', name: 'Dockerfile'),
|
||||
new TemplateFile(data: 'drupal/docker-compose.yaml', name: 'docker-compose.yaml'),
|
||||
new TemplateFile(data: 'drupal/justfile', name: 'justfile'),
|
||||
new TemplateFile(data: 'drupal/phpstan.neon.dist', name: 'phpstan.neon.dist'),
|
||||
]);
|
||||
|
||||
$extraDatabases = Arr::get($configurationData, 'database.extra_databases', []);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue