{
    "name": "ole1986/wp-ispconfig3",
    "type": "library",
    "description": "Wordpress ISPconfig3 management plugin with shortcodes.",
    "homepage": "https://github.com/ole1986/wp-ispconfig3",
    "license": "MIT",
    "authors": [
        {
            "name": "Ole Koeckemann",
            "email": "ole.k@web.de",
            "role": "Project Head / Developer"
        },
        {
            "name": "MachineITSvcs",
            "role": "Contributor"
        }
    ],
    "require": {
        "php": ">=8.1"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "3.4.*"
    },
    "autoload": {
        "psr-4": {
            "Ole1986\\": "install/"
        }
    },
    "scripts": {
        "post-install-cmd": [
            "Ole1986\\GitPreCommit::install"
        ]
    }
}