{
	"name": "neliosoftware/nelio-ab-testing",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"description": "Optimize your site based on data, not opinions. With this plugin, you will be able to perform AB testing (and more) on your WordPress site.",
	"homepage": "https://neliosoftware.com/testing/",
	"require": {
		"composer/installers": "~1.2"
	},
	"require-dev": {
		"squizlabs/php_codesniffer": "^3.3.1",
		"phpcompatibility/php-compatibility": "^9.3",
		"wp-coding-standards/wpcs": "^2.3",
		"automattic/vipwpcs": "^2.3",
		"phpcompatibility/phpcompatibility-wp": "*"
	},
	"autoload": {
		"classmap": [
			"admin/",
			"includes/",
			"public/"
		]
	},
	"keywords": [
		"blocks",
		"editor",
		"gutenberg",
		"plugin",
		"wordpress"
	],
	"scripts": {
		"format": "phpcbf --standard=phpcs.ruleset.xml --ignore=\"dist/,.lando/,vendor/,node_modules/\" --report-summary --report-source",
		"lint":   "phpcs  --standard=phpcs.ruleset.xml --ignore=\"dist/,.lando/,vendor/,node_modules/\"",
		"install-codestandards": [
			"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
		]
	},
	"config": {
		"allow-plugins": {
			"composer/installers": true,
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	}
}
