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

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !9
parents a8eaa3a6 79cb9a4f
No related branches found
No related tags found
1 merge request!9Merging develop into main
Pipeline #1162093 passed
......@@ -12,6 +12,3 @@ indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{composer.json,composer.lock}]
indent_size = 4
{
"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/"
"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"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"php": ">=8.1",
"composer/installers": "^2.2",
"cweagans/composer-patches": "^1.7|dev-main",
"drupal/activitypub": "^1.0@alpha",
"drupal/admin_toolbar": "^3.4",
"drupal/antibot": "^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_split": "^2.0",
"drupal/core": "^10.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/crowdsec": "^1.1",
"drupal/drd_agent": "^4.1",
"drupal/eca": "^1.1|^2.0",
"drupal/eca_tamper": "^1.0|^2.0",
"drupal/extlink": "^1.7",
"drupal/field_group": "^3.4",
"drupal/focal_point": "^2.0",
"drupal/friendlycaptcha": "1.x-dev",
"drupal/gin": "^3.0@RC",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/matomo": "^2.0",
"drupal/metatag": "^1.22||^2.0",
"drupal/openid_connect": "^3.0",
"drupal/pathauto": "^1.11",
"drupal/peertube": "^2.0@beta",
"drupal/piwik_noscript": "^1.7",
"drupal/reader": "^1.0@beta",
"drupal/redirect": "^1.8",
"drupal/redis": "^1.6",
"drupal/security_review": "^2.0||^3.0",
"drupal/simple_sitemap": "^4.1",
"drupal/sitemap": "^2.0@beta",
"drupal/smart_date": "^4.0||^4.1",
"drupal/smtp": "^1.2",
"drupal/sqrl": "^2.0",
"drupal/stage_file_proxy": "^2.1",
"drupal/token": "^1.11",
"drush/drush": "^12",
"lakedrops/ahoy": "^1.7||dev-develop",
"lakedrops/composer-json-utils": "^2.4||dev-develop"
{
"name": "Daniel Speicher",
"email": "daniel.speicher@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
"require-dev": {
"lakedrops/drupal-development-environment": "^3.2||dev-develop",
"roave/security-advisories": "dev-latest"
},
"minimum-stability": "dev",
"prefer-stable": true
{
"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": "^2.2",
"cweagans/composer-patches": "^1.7|dev-main",
"drupal/activitypub": "^1.0@alpha",
"drupal/admin_toolbar": "^3.4",
"drupal/antibot": "^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_split": "^2.0",
"drupal/core": "^10.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/crowdsec": "^1.1",
"drupal/drd_agent": "^4.1",
"drupal/eca": "^1.1|^2.0",
"drupal/eca_tamper": "^1.0|^2.0",
"drupal/extlink": "^1.7",
"drupal/field_group": "^3.4",
"drupal/focal_point": "^2.0",
"drupal/friendlycaptcha": "1.x-dev",
"drupal/gin": "^3.0@RC",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/http_client_retry": "^2.0",
"drupal/matomo": "^2.0",
"drupal/metatag": "^1.22||^2.0",
"drupal/openid_connect": "^3.0",
"drupal/pathauto": "^1.11",
"drupal/peertube": "^2.0@beta",
"drupal/piwik_noscript": "^1.7",
"drupal/reader": "^1.0@beta",
"drupal/redirect": "^1.8",
"drupal/redis": "^1.7",
"drupal/security_review": "^2.0||^3.0",
"drupal/simple_sitemap": "^4.1",
"drupal/sitemap": "^2.0@beta",
"drupal/smart_date": "^4.0||^4.1",
"drupal/smtp": "^1.2",
"drupal/sqrl": "^2.0",
"drupal/stage_file_proxy": "^2.1",
"drupal/token": "^1.11",
"drush/drush": "^12",
"lakedrops/ahoy": "^1.7||dev-develop",
"lakedrops/composer-json-utils": "^2.4||dev-develop"
},
"require-dev": {
"lakedrops/drupal-development-environment": "^3.2||dev-develop",
"roave/security-advisories": "dev-latest"
},
"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