{
    "name": "vinacles/vinacles-api-shop",
    "require": {
        "php": "^8.3",
        "mollie/mollie-api-php": "^3.0",
        "symfony/http-foundation": "^7.2",
        "guzzlehttp/guzzle": "^7.9",
        "illuminate/database": "^12.15",
        "vlucas/phpdotenv": "^5.6",
        "monolog/monolog": "^3.9"
    },
    "extra": {
        "installer-paths": {
            "wp-content/plugins/{$name}/": ["type:wordpress-plugin"]
        }
    },
    "autoload": {
        "psr-4": {
            "Vinacles\\WpApiShop\\": "includes/",
            "Vinacles\\WpApiShop\\Tests\\": "tests/"
        }
    },
    "authors": [
        {
            "name": "anouar",
            "email": "anouar@a2sp.nl"
        }
    ],
    "require-dev": {
        "phpunit/phpunit": "^12.1"
    },
    "config": {
        "platform": {
            "php": "8.3.0"
        }
    }
}
