{
	"name": "tarosky/taro-cpt-front",
	"description": "A WordPress plugin to make post type front page.",
	"minimum-stability": "stable",
	"license": "GPL-3.0-or-later",
	"scripts": {
		"test": "phpunit",
		"lint": "phpcs --standard=phpcs.ruleset.xml $(find ./ -name '*.php')",
		"fix": "phpcbf --standard=phpcs.ruleset.xml $(find ./ -name '*.php')"
	},
	"authors": [
		{
			"name": "TAROSKKY INC.",
			"email": "info@tarosky.co.jp"
		}
	],
	"require": {
		"php": ">=7.0"
	},
	"require-dev": {
		"phpunit/phpunit": ">=6",
		"squizlabs/php_codesniffer": "^3.0",
		"wp-coding-standards/wpcs": "^3.0",
		"yoast/phpunit-polyfills": "^1.0"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	}
}
