{
	"authors": [
		{
			"email": "joan@sirvelia.com",
			"homepage": "https://sirvelia.com",
			"name": "Joan Rodas Cusidó",
			"role": "Developer"
		}
	],
	"autoload": {
		"files": [
			"Utils/dev.php",
			"Utils/functions.php"
		],
		"psr-4": {
			"WavinaiSearch\\": ""
		}
	},
	"autoload-dev": {
		"psr-4": {
			"WavinaiSearch\\Tests\\": "tests/"
		}
	},
	"description": "An amazing plugin made with PLUBO",
	"homepage": "https://github.com/joanrodas/plubo",
	"keywords": [
		"plugin",
		"wordpress",
		"boilerplate",
		"wp"
	],
	"license": "GPL-3.0+",
	"name": "sirvelia-labs/wavinai-search",
	"require": {
		"php": "\u003e=7.4",
		"joanrodas/plubo-routes": "^0.7.8",
		"woocommerce/action-scheduler": "^3.8"
	},
	"require-dev": {
		"phpunit/phpunit": "^9",
		"squizlabs/php_codesniffer": "3.*",
		"yoast/phpunit-polyfills": "^1.0",
		"mockery/mockery": "^1.4",
		"wp-coding-standards/wpcs": "^3.0"
	},
	"scripts": {
		"analyze": [
			"./vendor/bin/phpcs --ignore=*/vendor/*,*/node_modules/* --extensions=php --standard=WordPress ."
		],
		"autofix": [
			"./vendor/bin/phpcbf --ignore=*/vendor/*,*/node_modules/* --extensions=php --standard=WordPress ."
		],
		"phpunit": "./vendor/bin/phpunit",
		"phpunit:unit": "./vendor/bin/phpunit --testsuite=Unit",
		"phpunit:integration": "./vendor/bin/phpunit --testsuite=Integration",
		"test": [
			"@phpunit"
		],
		"setup-tests": [
			"bin/install-wp-tests.sh wordpress_test root root localhost latest"
		]
	},
	"type": "template",
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	}
}
