{ "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+", "authors": [ { "name": "Jürgen Haas", "email": "juergen@paragon-es.de", "homepage": "https://www.paragon-es.de", "role": "Drupal Expert" }, { "name": "Richard Papp", "email": "richard.papp@boromino.com", "homepage": "http://www.boromino.com", "role": "Drupal Expert" } ], "support": { "issues": "https://gitlab.lakedrops.com/composer/plugin/docker4drupal/issues", "source": "https://gitlab.lakedrops.com/composer/plugin/docker4drupal/tree/master" }, "require": { "php": ">=5.6", "composer-plugin-api": "^1.0.0", "lakedrops/docker-traefik": "^0.1", "lakedrops/dotenv": "^0.1", "twig/twig": "^1.23.1" }, "autoload": { "psr-4": { "LakeDrops\\Docker4Drupal\\": "src/" } }, "extra": { "class": "LakeDrops\\Docker4Drupal\\Plugin" }, "require-dev": { "composer/composer": "dev-master", "phpunit/phpunit": "^4.4.0" } }