{
    "name": "buffercode/adfuz",
    "description": "WordPress Ad Management Plugin",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "authors": [
        {
            "name": "M A Vinoth Kumar",
            "email": "ma.vinothkumar@gmail.com"
        }
    ],
    "require": {
        "php": "^8.0"
    },
    "require-dev": {
    },
    "autoload": {
        "psr-4": {
            "AdFuz\\": "src/"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": true
        }
    }
}
