{
    "name": "lsvh/wp-fix-content-links",
    "description": "WordPress plugin what fixes the links to resources in the content directory.",
    "type": "project",
    "authors": [
        {
            "name": "LSVH",
            "email": "info@lsvh.org"
        }
    ],
    "license": "GPL-2.0-or-later",
    "minimum-stability": "dev",
    "autoload": {
        "psr-4": {
            "LSVH\\WordPress\\FixContentLinks\\": "src/"
        }
    },
    "require": {
        "php": ">=7.1",
        "lsvh/dynamic-wp-config": "dev-master"
    }
}
