{
    "name": "lsvh/dynamic-wp-config",
    "description": "Dynamically conifugre paths in your WordPress config file.",
    "version": "1.0.2",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "LSVH",
            "email": "info@lsvh.org"
        }
    ],
    "minimum-stability": "stable",
    "autoload": {
        "psr-4": {
            "LSVH\\WordPress\\DynamicConfig\\": "src/"
        }
    },
    "require": {
        "php": ">=7.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.5.1"
    }
}
