Skip to content
Snippets Groups Projects
Commit 700bb180 authored by GitLab CI's avatar GitLab CI
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !1
parents 1d03c43d e0739bbd
Branches
Tags 1.0.6
1 merge request!1Merging develop into main
Pipeline #1246212 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
/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/d11-project-scaffold", "name": "lakedrops/d11-project-scaffold",
"description": "Composer Plugin for Drupal 11 Project Template", "description": "Composer Plugin for Drupal 11 Project Template",
"type": "metapackage", "type": "metapackage",
"keywords": [ "keywords": [
"Drupal", "Drupal",
"Development", "Development",
"Install", "Install",
"Update" "Update"
], ],
"homepage": "https://gitlab.lakedrops.com/composer/plugin/drupal-11-scaffold", "homepage": "https://gitlab.lakedrops.com/composer/plugin/drupal-11-scaffold",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"authors": [ "authors": [
{ {
"name": "Jürgen Haas", "name": "Jürgen Haas",
"email": "juergen.haas@lakedrops.com", "email": "juergen.haas@lakedrops.com",
"homepage": "https://www.lakedrops.com", "homepage": "https://www.lakedrops.com",
"role": "Drupal Expert" "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-11-scaffold/issues",
"source": "https://gitlab.lakedrops.com/composer/plugin/drupal-11-scaffold/tree/main",
"docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/d11-scaffold/"
}, },
"repositories": [ {
{ "name": "Daniel Speicher",
"type": "composer", "email": "daniel.speicher@lakedrops.com",
"url": "https://packages.drupal.org/8" "homepage": "https://www.lakedrops.com",
} "role": "Drupal Expert"
], },
"require": { {
"php": ">=8.3", "name": "Richard Papp",
"composer/installers": "^2.2", "email": "richard.papp@lakedrops.com",
"cweagans/composer-patches": "^1.7|dev-main", "homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
}
],
"support": {
"issues": "https://gitlab.lakedrops.com/composer/plugin/drupal-11-scaffold/issues",
"source": "https://gitlab.lakedrops.com/composer/plugin/drupal-11-scaffold/tree/main",
"docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/d11-scaffold/"
},
"repositories": {
"drupal.potx": {
"type": "git",
"url": "https://git.drupalcode.org/issue/potx-3433957.git"
},
"drupal.tracer": {
"type": "git",
"url": "https://git.drupalcode.org/issue/tracer-3435082.git"
},
"drupal.webprofiler": {
"type": "git",
"url": "https://gitlab.com/jurgenhaas/webprofiler.git"
},
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"php": ">=8.3",
"composer/installers": "^2.2",
"cweagans/composer-patches": "^1.7|dev-main",
"drupal/bpmn_io": "^2.0",
"drupal/config_auto_export": "^2.2",
"drupal/config_split": "^2.0",
"drupal/core": "^11.0",
"drupal/core-composer-scaffold": "^11.0",
"drupal/csp": "^1",
"drupal/drd_agent": "^4.1",
"drupal/eca": "^2.0",
"drupal/eca_tamper": "^2.0",
"drupal/field_group": "^3.4",
"drupal/gin": "^3.0@RC",
"drush/drush": "^13",
"lakedrops/ahoy": "^1.7||dev-develop",
"lakedrops/composer-json-utils": "^2.4||dev-develop",
"oomphinc/composer-installers-extender": "^2.0"
},
"require-dev": {
"lakedrops/drupal-development-environment": "dev-feature/d11",
"roave/security-advisories": "dev-latest",
"drupal/potx": "dev-project-update-bot-only",
"drupal/tracer": "dev-project-update-bot-only",
"drupal/webprofiler": "11.0.x"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"missing-d11-releases": {
"drupal/activitypub": "^1.0@alpha", "drupal/activitypub": "^1.0@alpha",
"drupal/admin_toolbar": "^3.4", "drupal/admin_toolbar": "^3.4",
"drupal/antibot": "^2.0", "drupal/antibot": "^2.0",
"drupal/block_class": "^2.0", "drupal/block_class": "^2.0",
"drupal/bpmn_io": "^1.1|^2.0",
"drupal/config_auto_export": "^2.2",
"drupal/config_filter": "^2.4", "drupal/config_filter": "^2.4",
"drupal/config_split": "^2.0",
"drupal/core": "^11.0",
"drupal/core-composer-scaffold": "^11.0",
"drupal/crowdsec": "^1.1", "drupal/crowdsec": "^1.1",
"drupal/csp": "^1",
"drupal/drd_agent": "^4.1",
"drupal/eca": "^2.0",
"drupal/eca_tamper": "^2.0",
"drupal/extlink": "^1.7", "drupal/extlink": "^1.7",
"drupal/field_group": "^3.4",
"drupal/focal_point": "^2.0", "drupal/focal_point": "^2.0",
"drupal/friendlycaptcha": "^1.1", "drupal/friendlycaptcha": "^1.1",
"drupal/gin": "^3.0@RC",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/http_client_retry": "^2.0", "drupal/http_client_retry": "^2.0",
"drupal/matomo": "^2.0", "drupal/matomo": "^2.0",
"drupal/metatag": "^1.22||^2.0", "drupal/metatag": "^1.22||^2.0",
...@@ -83,17 +111,7 @@ ...@@ -83,17 +111,7 @@
"drupal/smtp": "^1.2", "drupal/smtp": "^1.2",
"drupal/sqrl": "^2.0", "drupal/sqrl": "^2.0",
"drupal/stage_file_proxy": "^2.1", "drupal/stage_file_proxy": "^2.1",
"drupal/token": "^1.11", "drupal/token": "^1.11"
"drush/drush": "^12", }
"lakedrops/ahoy": "^1.7||dev-develop",
"lakedrops/composer-json-utils": "^2.4||dev-develop",
"oomphinc/composer-installers-extender": "^2.0"
},
"require-dev": {
"lakedrops/drupal-development-environment": "^3.2||dev-develop",
"roave/security-advisories": "dev-latest"
},
"minimum-stability": "dev",
"prefer-stable": true
} }
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment