{
	"name" : "happydevs/base-plugin",
	"description" : "HappyDevs Base Plugin",
	"minimum-stability" : "stable",
	"license" : "GPLv3",
	"type" : "wordpress-plugin",
	"keywords" : [
		"gutenberg",
		"wordpress",
		"plugin"
	],
	"require" : {
		"appsero/client": "^2.0",
		"automattic/jetpack-autoloader": "^5.0",
		"optemiz/plugin-tracker": "^1.0"
	},
	"require-dev" : {
		"automattic/vipwpcs": "^3.0",
		"php-stubs/woocommerce-stubs": "^9.0",
		"phpcompatibility/phpcompatibility-wp": "^2.1.5",
		"phpstan/extension-installer": "^1.4",
		"phpstan/phpstan-strict-rules": "^1.6",
		"phpunit/phpunit": "^9.6",
		"szepeviktor/phpstan-wordpress": "^1.3",
		"woocommerce/woocommerce-sniffs": "^1.0.0",
		"wp-cli/i18n-command": "^v2.6.0",
		"wp-coding-standards/wpcs": "^3.1.0",
		"yoast/phpunit-polyfills": "^2.0"
	},
	"autoload" : {
		"psr-4" : {
			"HappyDevs\\SmartCare\\" : "includes/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"PluginTests\\": "tests/"
		}
	},
	"config" : {
		"optimize-autoloader" : true,
		"sort-packages" : true,
		"allow-plugins" : {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"automattic/jetpack-autoloader": true,
			"phpstan/extension-installer": true
		}
	},
	"scripts" : {
		"phpunit": "./vendor/bin/phpunit",
		"phpstan" : "./vendor/bin/phpstan analyse . --memory-limit=2G -vvv",
		"phpstan-report" : "./vendor/bin/phpstan analyse . --memory-limit=2G -vvv > phpstan.report.txt",
		"format" : "./vendor/bin/phpcbf --standard=phpcs.xml",
		"lint" : "./vendor/bin/phpcs --standard=phpcs.xml --report-summary --report-source --ignore-annotations --report-full=phpcs-report.txt"
	}
}
