├── .editorconfig ├── .gitignore ├── README.md ├── composer.json └── composer.lock /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webflo/drupal-core-strict/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | tmp/ 2 | vendor/ 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webflo/drupal-core-strict/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webflo/drupal-core-strict/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/webflo/drupal-core-strict/HEAD/composer.lock --------------------------------------------------------------------------------