{
	"name": "softtent/editx",
	"version": "0.1.0",
	"description": "A customization plugin for WordPress",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"authors": [
		{
			"name": "SoftTent",
			"email": "contact@softtent.com"
		}
	],
	"require": {
		"php": "^7.4 || ^8.0"
	},
	"require-dev": {
		"wp-coding-standards/wpcs": "^3.0",
		"phpcompatibility/phpcompatibility-wp": "dev-master",
		"wp-phpunit/wp-phpunit": "dev-master",
		"yoast/phpunit-polyfills": "^1.0"
	},
	"autoload": {
		"psr-4": {
			"EditX\\": "includes/",
			"EditX\\Tests\\": "tests/phpunit/"
		}
	},
	"scripts": {
		"phpcs": [
			"phpcs -ps"
		],
		"phpcs:fix": [
			"phpcbf -p"
		],
		"test": [
			"phpunit"
		],
		"test:all": [
			"phpcs -ps & phpunit"
		]
	},
	"minimum-stability": "dev",
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	}
}
