{
	"name": "knowthecode/debug-toolkit",
	"type": "wordpress-plugin",
	"description": "Code debug made easier and more enjoyable.",
	"homepage": "https://github.com/KnowTheCode/debug-toolkit",
	"license": "GPL-2.0-or-later",
	"require": {
		"php": "^5.6 || ^7",
		"composer/installers": "^1",
		"filp/whoops": "^2.3",
		"symfony/var-dumper": "^3.4",
		"kint-php/kint": "^3.1"
	},
	"require-dev": {
		"php": "^5.6 || ^7",
		"brain/monkey": "^2",
		"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
		"phpcompatibility/phpcompatibility-wp": "^2",
		"phpunit/phpunit": "^5",
		"roave/security-advisories": "dev-master",
		"squizlabs/php_codesniffer": "^3.3",
		"wp-coding-standards/wpcs": "^1"
	},
	"config": {
		"sort-order": true
	},
	"autoload": {
		"psr-4": {
			"KnowTheCode\\DebugToolkit\\": "src"
		},
		"exclude-from-classmap": [
			"/tests/"
		]
	},
	"autoload-dev": {
		"psr-4": {
			"KnowTheCode\\DebugToolkit\\Tests\\": "tests/"
		}
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"scripts": {
		"install-codestandards": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run",
		"integration-test": "phpunit --testsuite integration",
		"phpcs": "phpcs && phpcs ./tests -sp --standard=PHPCompatibilityWP --runtime-set testVersion 5.6-",
		"phpcs-fixed": "phpcs *.php assets config images lib/css lib/js lib/languages lib/shortcodes lib/*.php tests && phpcs ./tests -sp --standard=PHPCompatibility --runtime-set testVersion 5.6-",
		"system-test": "phpunit --testsuite system",
		"test": [
			"@unit-test",
			"@integration-test",
			"@system-test"
		],
		"unit-test": "phpunit --testsuite unit"
	},
	"support": {
		"issues": "https://github.com/KnowTheCode/debug-toolkit/issues",
		"source": "https://github.com/KnowTheCode/debug-toolkit"
	}
}
