{
	"name": "ernilambar/optioner",
	"description": "Minimal option framework for WordPress.",
	"license": "MIT",
	"keywords": [
		"option",
		"wordpress"
	],
	"authors": [
		{
			"name": "Nilambar Sharma",
			"email": "nilambar@outlook.com",
			"homepage": "https://www.nilambar.net",
			"role": "Developer"
		}
	],
	"homepage": "https://github.com/ernilambar/optioner",
	"support": {
		"issues": "https://github.com/ernilambar/optioner/issues"
	},
	"require": {
		"php": ">=7.2.24"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "^1",
		"php-parallel-lint/php-parallel-lint": "^1.4",
		"phpcompatibility/php-compatibility": "dev-develop#9013cd039fe5740953f9fdeebd19d901b80e26f2",
		"wp-coding-standards/wpcs": "^3.1"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"ergebnis/composer-normalize": true
		},
		"optimize-autoloader": true,
		"platform": {
			"php": "7.2.24"
		},
		"sort-packages": true
	},
	"scripts": {
		"format": "@php ./vendor/bin/phpcbf --report-full --report-summary .",
		"lint": [
			"@lint:php",
			"@phpcs"
		],
		"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor --exclude node_modules .",
		"phpcs": "@php ./vendor/bin/phpcs --report-full --report-summary ."
	}
}
