{
    "name": "drupal/console-core",
    "description": "Drupal Console Core",
    "keywords": [
        "Drupal",
        "Console",
        "Development",
        "Symfony"
    ],
    "homepage": "http://drupalconsole.com/",
    "type": "library",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "David Flores",
            "email": "dmousex@gmail.com",
            "homepage": "http://dmouse.net"
        },
        {
            "name": "Jesus Manuel Olivas",
            "email": "jesus.olivas@gmail.com",
            "homepage": "http://jmolivas.com"
        },
        {
            "name": "Eduardo Garcia",
            "email": "enzo@enzolutions.com",
            "homepage": "http://enzolutions.com/"
        },
        {
            "name": "Omar Aguirre",
            "email": "omersguchigu@gmail.com"
        },
        {
            "name": "Drupal Console Contributors",
            "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
        }
    ],
    "support": {
        "issues": "https://github.com/hechoendrupal/DrupalConsole/issues",
        "forum": "https://gitter.im/hechoendrupal/DrupalConsole",
        "docs": "http://docs.drupalconsole.com/"
    },
    "require": {
        "php": ">=7.0.8",
        "dflydev/dot-access-configuration": "^1.0",
        "drupal/console-en": "1.9.7",
        "stecman/symfony-console-completion": "~0.7",
        "symfony/config": "~3.0|^4.4",
        "symfony/console": "~3.0|^4.4",
        "symfony/debug": "~3.0|^4.4",
        "symfony/dependency-injection": "~3.0|^4.4",
        "symfony/event-dispatcher": "~3.0|^4.4",
        "symfony/filesystem": "~3.0|^4.4",
        "symfony/finder": "~3.0|^4.4",
        "symfony/process": "~3.0|^4.4",
        "symfony/translation": "~3.0|^4.4",
        "symfony/yaml": "~3.0|^4.4",
        "twig/twig": "^1.38.2|^2.12.0",
        "webflo/drupal-finder": "^1.0",
        "webmozart/path-util": "^2.3",
        "guzzlehttp/guzzle": "~6.1"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "files": [
            "src/functions.php"
        ],
        "psr-4": {
            "Drupal\\Console\\Core\\": "src"
        }
    }
}