{
	"name": "rinatkhaziev/wp-frontend-uploader",
	"description": "A WordPress plugin to allow users to submit media and posts from frontend",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"authors": [
		{
			"name": "Rinat Khaziev",
			"email": "hello@rinat.dev"
		}
	],
	"minimum-stability": "beta",
	"require-dev": {
		"phpcompatibility/phpcompatibility-wp": "*"
	},
	"scripts": {
		"php:compatibility": "vendor/bin/phpcs -p -s --standard=PHPCompatibilityWP --runtime-set testVersion 7.2- --ignore=docker,tools,tests,node_modules,vendor,packages/*/wordpress --extensions=php .",
		"php:lint": "vendor/bin/phpcs -p -s",
		"php:changed": "vendor/sirbrillig/phpcs-changed/bin/phpcs-changed --git",
		"php:autofix": "vendor/bin/phpcbf",
		"php:lint:errors": "vendor/bin/phpcs -p -s --runtime-set ignore_warnings_on_exit 1"
	}
}
