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

Initial commit

parent b2f95293
No related branches found
No related tags found
No related merge requests found
Pipeline #707191 passed
# 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/
/themes/
/vendor/
/.env
/composer.lock
/.ahoy.l3d
/.ahoy.yml
include:
- project: 'gitlab-ci-cd/composer-packages'
ref: main
file: '/composer-packages.yml'
{
"name": "lakedrops/d10-project-scaffold",
"description": "Composer Plugin for Drupal 10 Project Template",
"type": "metapackage",
"keywords": [
"Drupal",
"Development",
"Install",
"Update"
],
"homepage": "https://gitlab.lakedrops.com/composer/plugin/drupal-10-scaffold",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Jürgen Haas",
"email": "juergen.haas@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
{
"name": "Daniel Speicher",
"email": "daniel.speicher@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
{
"name": "Richard Papp",
"email": "richard.papp@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
}
],
"support": {
"issues": "https://gitlab.lakedrops.com/composer/plugin/drupal-10-scaffold/issues",
"source": "https://gitlab.lakedrops.com/composer/plugin/drupal-10-scaffold/tree/main",
"docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/d10-scaffold/"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"php": ">=8.1",
"composer/installers": "^1.12",
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.3",
"drupal/antibot": "^2.0",
"drupal/block_class": "^2.0",
"drupal/bpmn_io": "^1.1",
"drupal/config_filter": "^2.4",
"drupal/config_split": "^2.0",
"drupal/core": "^10.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/eca": "^1.1",
"drupal/extlink": "^1.7",
"drupal/field_group": "^3.4",
"drupal/gin": "^3.0@RC",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/metatag": "^1.22",
"drupal/pathauto": "^1.11",
"drupal/piwik_noscript": "^1.7",
"drupal/redis": "^1.6",
"drupal/security_review": "^2.0",
"drupal/simple_sitemap": "^4.1",
"drupal/smart_date": "^3.6",
"drupal/smtp": "^1.2",
"drupal/stage_file_proxy": "^2.0",
"drupal/token": "^1.11",
"drush/drush": "^11",
"lakedrops/ahoy": "^1.7||dev-develop",
"lakedrops/composer-json-utils": "^2.4||dev-develop"
},
"minimum-stability": "dev",
"prefer-stable": true
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment