{
	"name": "close/knowledge-base-chatbot",
	"description": "Plugin for knowledge base chatbot",
	"type": "wordpress-plugin",
	"license": "GPL-2.0+",
	"authors": [
		{
			"name": "Closemarketing",
			"email": "info@close.marketing"
		}
	],
	"require": {
		"php": ">=7.4"
	},
	"require-dev": {
		"phpstan/phpstan": "^1.0",
		"wp-coding-standards/wpcs": "^3.0",
		"szepeviktor/phpstan-wordpress": "^1.0",
		"phpstan/extension-installer": "^1.0",
		"php-stubs/wordpress-stubs": "^6.0",
		"phpcompatibility/phpcompatibility-wp": "^2.1"
	},
	"autoload": {
		"psr-4": {
			"CLOSE\\KnowledgeBaseChatbot\\": "includes/"
		}
	},
	"scripts": {
		"format": "phpcbf --standard=.phpcs.xml.dist",
		"lint": "phpcs --standard=.phpcs.xml.dist",
		"phpstan": "phpstan analyse --memory-limit=2048M"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"phpstan/extension-installer": true
		}
	}
}

