{
    "name": "perspectiv3/plugin-hub",
    "description": "Private platform for distributing, updating and managing Perspectiv3 WordPress plugins.",
    "type": "project",
    "license": "MIT",
    "require": {
        "php": "^8.2"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        }
    },
    "config": {
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
