{ "name": "lakedrops/docker4drupal", "description": "Composer Plugin to prepare local Drupal development environment for Docker.", "type": "composer-plugin", "keywords": [ "Drupal", "Development", "Docker" ], "homepage": "https://gitlab.lakedrops.com/composer/plugin/docker4drupal", "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/docker4drupal/issues", "source": "https://gitlab.lakedrops.com/composer/plugin/docker4drupal/tree/main", "docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/d4d/" }, "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" } ], "require": { "php": ">=8.1", "ext-json": "*", "composer-plugin-api": "^2", "henrywhitaker3/healthchecks-io": "^1.0", "lakedrops/ahoy": "^1.8||dev-develop", "lakedrops/composer-json-utils": "^2.5||dev-develop", "lakedrops/docker-traefik": "^3.3||dev-develop" }, "require-dev": { "composer/composer": "^2", "lakedrops/drupal-environment": "^3.2||dev-develop", "roave/security-advisories": "dev-latest" }, "config": { "allow-plugins": { "lakedrops/*": false } }, "autoload": { "psr-4": { "LakeDrops\\Docker4Drupal\\": "src/" } }, "extra": { "class": "LakeDrops\\Docker4Drupal\\Plugin" } }