{
	"name": "italystrap/advanced-control-manager",
	"description": "Make your web site more powerful",
	"keywords": ["wordpress"],
	"type": "wordpress-plugin",
	"license": "GPL 2.0",
	"authors": [
		{
			"name": "Enea Overclokk",
			"email": "info@overclokk.net",
			"homepage": "https://www.italystrap.com",
			"role": "Developer"
		}
	],
    "minimum-stability": "stable",
	"require": {
		"php": ">=7.2",
		"italystrap/empress": "^1.0",
		"italystrap/event": "dev-master",
		"italystrap/edd": "^0.0",
		"italystrap/breadcrumbs": "^2.0",
		"italystrap/settings": "dev-master",
		"italystrap/fields": "^2.0",
		"italystrap/config": "^2.0",
		"italystrap/helpers": "^1.0",
		"mobiledetect/mobiledetectlib": "dev-master",
		"cmb2/cmb2": "2.6.0",
		"overclokk/minimum-requirements": "^1.0",
		"rdlowrey/auryn": "^1.4",
		"erusev/parsedown": "^1.6",
		"inpsyde/menu-cache": "^1.0"
	},
	"require-dev": {
		"lucatume/wp-browser": "^2.4",
		"lucatume/function-mocker-le": "^1.0",
		"codeception/c3": "2.*",
		"codeception/module-asserts": "^1.0",
		"codeception/module-phpbrowser": "^1.0",
		"codeception/module-webdriver": "^1.0",
		"codeception/module-db": "^1.0",
		"codeception/module-filesystem": "^1.0",
		"codeception/module-cli": "^1.0",
		"codeception/util-universalframework": "^1.0",
		"brianium/paratest": "^4.0",
		"squizlabs/php_codesniffer": "*",
		"phpcompatibility/php-compatibility": "*",
		"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
		"phpstan/phpstan": "^0.12",
		"szepeviktor/phpstan-wordpress": "^0.5",
		"vimeo/psalm": "^3.9",
		"phpbench/phpbench": "@dev",
		"infection/infection": "^0.15.3",
		"phpmetrics/phpmetrics": "^2.5",
		"nunomaduro/phpinsights": "^1.14.0",
		"italystrap/debug": "~2.0",
		"leafo/scssphp": "^0.6.5"
	},
	"autoload": {
		"classmap": [
			"admin",
			"deprecated"
		],
		"psr-4": {
			"ItalyStrap\\": "src/"
		}
	},
	"extra": {
		"installer-paths": {
			"vendor/{$name}/": ["cmb2/cmb2"]
		}
	},
	"scripts": {
		"test": [
			"test"
		],
		"cs": [
			"vendor\\bin\\phpcbf -p --ignore=./tests/_support/* ./src/ ./tests/ && vendor\\bin\\phpcs -p --ignore=./tests/_support/* ./src/ ./tests/"
		],
		"analyze": [
			"vendor\\bin\\phpstan analyze --level=max && vendor\\bin\\psalm"
		],
		"unit": [
			"vendor\\bin\\codecept run unit && vendor\\bin\\codecept run wpunit && vendor\\bin\\infection --threads=4"
		],
		"bench": [
			"vendor\\bin\\phpbench run --report=performance"
		],
		"metrics": [
			"vendor\\bin\\phpmetrics --report-html='./tests/_output/report' ./src"
		],
		"insights": [
			"vendor\\bin\\phpinsights"
		],
		"clean": [
			"vendor\\bin\\codecept clean"
		]
	},
	"support"    : {
		"issues": "https://github.com/ItalyStrap/advanced-control-manager/issues",
		"source": "https://github.com/ItalyStrap/advanced-control-manager"
	}
}
