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

Add dependency for http_client_retry module

Code cleanup
parent 6ce864f0
No related branches found
No related tags found
1 merge request!6Merging develop into main
Pipeline #1162089 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/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.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-9-scaffold/issues",
"source": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold/tree/main",
"docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/d9-scaffold/"
"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.haas@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
"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": "^3.0",
"drupal/antibot": "^1.4",
"drupal/block_class": "^1.2||^2.0",
"drupal/coffee": "^1.0",
"drupal/colorbox": "^1.6 | ^2.0",
"drupal/config_auto_export": "^2.0",
"drupal/config_filter": "^2.0",
"drupal/config_split": "^2.0",
"drupal/core": "^9.0",
"drupal/core-composer-scaffold": "^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/gin": "^3.0@alpha",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/honeypot": "^2.0",
"drupal/linkit": "6.0.x-dev",
"drupal/metatag": "^1.13||^2.0",
"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": "^4.1",
"drupal/sitemap": "^2.0",
"drupal/smart_date": "^3.1||^4.0",
"drupal/smtp": "^1.0",
"drupal/stage_file_proxy": "^1.1||^2.0",
"drupal/subpathauto": "^1.1",
"drupal/token": "^1.7",
"drupal/unlimited_number": "^2.0",
"drush/drush": "^11",
"lakedrops/ahoy": "^1.5||dev-main",
"lakedrops/composer-json-utils": "^2.0||dev-main"
{
"name": "Daniel Speicher",
"email": "daniel.speicher@lakedrops.com",
"homepage": "https://www.lakedrops.com",
"role": "Drupal Expert"
},
"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-9-scaffold/issues",
"source": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold/tree/main",
"docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/d9-scaffold/"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"php": ">=8.1",
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.6",
"drupal/address": "^1.8",
"drupal/admin_toolbar": "^3.0",
"drupal/antibot": "^1.4",
"drupal/block_class": "^1.2||^2.0",
"drupal/coffee": "^1.0",
"drupal/colorbox": "^1.6 | ^2.0",
"drupal/config_auto_export": "^2.0",
"drupal/config_filter": "^2.0",
"drupal/config_split": "^2.0",
"drupal/core": "^9.0",
"drupal/core-composer-scaffold": "^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/gin": "^3.0@alpha",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/honeypot": "^2.0",
"drupal/http_client_retry": "^2.0",
"drupal/linkit": "6.0.x-dev",
"drupal/metatag": "^1.13||^2.0",
"drupal/pathauto": "^1.8",
"drupal/piwik_noscript": "^1.4",
"drupal/recaptcha": "^3.0",
"drupal/redis": "^1.7",
"drupal/security_review": "1.x-dev",
"drupal/simple_sitemap": "^4.1",
"drupal/sitemap": "^2.0",
"drupal/smart_date": "^3.1||^4.0",
"drupal/smtp": "^1.0",
"drupal/stage_file_proxy": "^1.1||^2.0",
"drupal/subpathauto": "^1.1",
"drupal/token": "^1.7",
"drupal/unlimited_number": "^2.0",
"drush/drush": "^11",
"lakedrops/ahoy": "^1.5||dev-main",
"lakedrops/composer-json-utils": "^2.0||dev-main"
},
"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