Skip to content
Snippets Groups Projects
Commit ab53c259 authored by jurgenhaas's avatar jurgenhaas
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
# Drupal editor configuration normalization
# @see http://editorconfig.org/
# This is the top-most .editorconfig file; do not search in parent directories.
root = true
# All files.
[*]
end_of_line = LF
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{composer.json,composer.lock}]
indent_size = 4
/core/
/drush/
/modules/
/profiles/
/vendor/
.env
composer.lock
# Drupal 9 Project Template Scaffold
This is a composer plugin which is utilized by the [Drupal 9 Project Template](https://gitlab.paragon-es.de/composer/project/drupal-9) project. Detailed documentation can be found there.
{
"name": "lakedrops/d9-project-scaffold",
"description": "Composer Plugin for Drupal 9 Project Template",
"type": "metapackage",
"keywords": [
"Drupal",
"Development",
"Install",
"Update"
],
"homepage": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Jürgen Haas",
"email": "juergen@paragon-es.de",
"homepage": "https://www.paragon-es.de",
"role": "Drupal Expert"
},
{
"name": "Richard Papp",
"email": "richard.papp@boromino.com",
"homepage": "http://www.boromino.com",
"role": "Drupal Expert"
}
],
"support": {
"issues": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold/issues",
"source": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold/tree/master"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"php": ">=7.3",
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.6",
"drupal/address": "^1.8",
"drupal/admin_toolbar": "^2.2",
"drupal/antibot": "^1.4",
"drupal/block_class": "^1.2",
"drupal/coffee": "^1.0",
"drupal/colorbox": "^1.6",
"drupal/config_split": "^1.5",
"drupal/core": "^9.0",
"drupal/dev_modules": "^2.0",
"drupal/drd_agent": "^4.0",
"drupal/ds": "^3.7",
"drupal/entity": "^1.0",
"drupal/extlink": "^1.3",
"drupal/field_group": "^3.0",
"drupal/honeypot": "^2.0",
"drupal/linkit": "^5.0",
"drupal/metatag": "^1.13",
"drupal/navbar_filter": "^1.1",
"drupal/pathauto": "^1.8",
"drupal/piwik_noscript": "^1.4",
"drupal/recaptcha": "^3.0",
"drupal/redis": "^1.4",
"drupal/security_review": "1.x-dev",
"drupal/simple_sitemap": "^3.6",
"drupal/sitemap": "^2.0",
"drupal/smtp": "^1.0",
"drupal/subpathauto": "^1.1",
"drupal/token": "^1.7",
"drupal/unlimited_number": "^2.0",
"drush/drush": "^10.2",
"lakedrops/ahoy": "^1.2",
"lakedrops/composer-json-utils": "^1.5",
"lakedrops/dotenv": "^1.3",
"zaporylie/composer-drupal-optimizations": "^1.1"
},
"minimum-stability": "dev",
"prefer-stable": true
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment