{
    "name": "aaemnnosttv/wp-cli-dotenv-command",
    "description": "Dotenv commands for WP-CLI",
    "type": "wp-cli-package",
    "homepage": "https://aaemnnost.tv/wp-cli-commands/dotenv/",
    "support": {
        "issues": "https://github.com/aaemnnosttv/wp-cli-dotenv-command/issues"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Evan Mattson",
            "email": "me@aaemnnost.tv",
            "homepage": "https://aaemnnost.tv"
        }
    ],
    "scripts": {
        "test": [
            "phpunit",
            "behat"
        ],
        "phpunit": "phpunit",
        "behat": "behat"
    },
    "require": {
        "php": "^5.6 || ^7.0 || ^8.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^5 || ^6 || ^7 || ^8 || ^9",
        "wp-cli/wp-cli-tests": "^3.0"
    },
    "autoload": {
        "psr-4": {"WP_CLI_Dotenv\\": "src/"},
        "files": ["command.php"]
    },
    "autoload-dev": {
        "classmap": ["tests/Fixtures.php"],
        "psr-4": {
            "WP_CLI_Dotenv\\Tests\\": "tests/"
        }
    },
    "config": {
        "sort-packages": true
    }
}
