{
	"name": "younitedpay/wc-younitedpay-gateway",
	"description": "YounitedPay Payment Gateway",
	"type": "wordpress-plugin",
	"autoload": {
		"psr-4": {
			"Younitedpay\\WcYounitedpayGateway\\": "src/"
		}
	},
	"authors": [
		{
			"name": "Sokeo"
		},
		{
			"name": "202ecommerce"
		}
	],
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.20",
        "prestashop/header-stamp": "^2.3",
        "phpunit/phpunit": "^9.0",
        "phpstan/phpstan": "^2.1",
        "php-stubs/woocommerce-stubs": "^9.5",
        "szepeviktor/phpstan-wordpress": "^2.0",
        "phpstan/extension-installer": "^1.4"
    },
    "config": {
        "allow-plugins": {
            "phpstan/extension-installer": true
        }
    },
	"require": {}
}