-
jurgenhaas authoredjurgenhaas authored
This project manages its dependencies using Composer.
Learn more
composer.json 2.65 KiB
{
"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": "^2.2",
"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_auto_export": "^2.1.5",
"drupal/config_filter": "^2.4",
"drupal/config_split": "^2.0",
"drupal/core": "^10.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/drd_agent": "^4.0.4",
"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/matomo": "^2",
"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
}