{
    "name": "pear2/console_commandline",
    "description": "Full featured package for managing command-line applications.",
    "keywords": ["pear2", "console", "CLI", "commandline", "arguments", "parser"],
    "homepage": "http://pear2.php.net/PEAR2_Console_CommandLine",
    "license": "MIT",
    "authors": [
        {
            "name": "David JEAN LOUIS",
            "email": "izi@php.net",
            "role": "lead"
        },
        {
            "name": "Brett Bieber",
            "email": "saltybeagle@php.net",
            "role": "helper"
        },
        {
            "name": "Vasil Rangelov",
            "email": "boen.robot@gmail.com",
            "role": "helper"
        }
    ],
    "support": {
        "issues": "http://github.com/pear2/Console_CommandLine/issues"
    },
    "require": {
        "php": ">=5.3.0"
    },
    "suggest": {
        "ext-dom": "Required when parsing definitions from an XML file"
    },
    "autoload": {
        "psr-0": {
            "PEAR2\\Console\\CommandLine": "src/"
        }
    },
    "minimum-stability": "dev"
}
