{
	"name": "eduardovillao/myd-delivery",
	"description": "WordPress Delivery plugin",
	"type": "project",
	"license": "GPL",
	"authors": [
		{
			"name": "EduardoVillao"
		}
	],
	"minimum-stability": "stable",
	"require-dev": {
		"squizlabs/php_codesniffer": "*",
		"wp-coding-standards/wpcs": "*",
		"phpunit/phpunit": "^11.0",
		"brain/monkey": "^2.6",
		"mockery/mockery": "^1.6"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	},
	"require": {
		"eduardovillao/wpfeatureloop-sdk": "*"
	},
	"autoload-dev": {
		"psr-4": {
			"Myddelivery\\Tests\\": "tests/"
		}
	},
	"scripts": {
		"test": "phpunit",
		"test:unit": "phpunit --testsuite unit"
	}
}
