{
    "name": "corneltek/getoptionkit",
    "homepage": "http://github.com/c9s/GetOptionKit",
    "description": "Powerful command-line option toolkit",
    "license": "MIT",
    "authors": [
        {
            "name": "Yo-An Lin",
            "email": "yoanlin93@gmail.com"
        }
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "require": {
        "php": ">=7.2.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.0 || ^9.0"
    },
    "autoload": {
        "psr-4": {
            "GetOptionKit\\": "src/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.7.x-dev"
        }
    }
}
