{ "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/" }, "require": { "php": ">=7.2", "ext-json": "*", "composer-plugin-api": "^1||^2", "henrywhitaker3/healthchecks-io": "^1.0", "lakedrops/ahoy": "^1.5||dev-main", "lakedrops/composer-json-utils": "^2.0||dev-main", "lakedrops/docker-traefik": "^3.0||dev-main" }, "require-dev": { "composer/composer": "^1||^2", "drupal/coder": "^8.3", "lakedrops/drupal-environment": "^3.0", "phpunit/phpunit": "^9.5", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.7" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "LakeDrops\\Docker4Drupal\\": "src/" } }, "extra": { "class": "LakeDrops\\Docker4Drupal\\Plugin" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "lakedrops/ahoy": false, "lakedrops/drupal-environment": false } } }