{
	"name":"bugbuster/contao-botdetection-bundle",
	"description":"Contao 4 bundle helper class to detect search engines, bots, spiders, crawlers ...",
	"keywords":["detection","bots","contao","bundle"],
	"type":"contao-bundle",
	"homepage":"http://contao.ninja",
	"license":"LGPL-3.0-or-later",
	"authors":[
		{
			"name":"Glen Langer",
			"homepage":"http://contao.ninja",
			"role":"Developer"
		}
	],
	"support":{
		"issues":"https://github.com/BugBuster1701/contao-botdetection-bundle/issues",
		"source":"https://github.com/BugBuster1701/contao-botdetection-bundle",
		"wiki":"http://de.contaowiki.org/Bot_Detection",
		"forum":"https://community.contao.org/de/forumdisplay.php?119-Sonstige-Erweiterungen"
	},
	"require":{
		"php": "^7.4 || ^8.0",
		"contao/core-bundle": "^4.13",
		"browscap/browscap-php": "^7.0",
		"jaybizzle/crawler-detect": "^1.2",
		"symfony/http-client": "^4.4 || ^5.0",
		"symfony/polyfill-intl-idn": "^1.0"
	},
	"require-dev": {
		"friendsofphp/php-cs-fixer": "^3.10",
		"phpunit/phpunit": "^8.5 || ^9.3"
	},
	"conflict": {
		"contao/manager-plugin": "<2.0 || >=3.0"
	},
	"autoload":{
		"psr-4": {
			"BugBuster\\BotdetectionBundle\\": "src/"
		},
		"classmap": [
			"src/Resources/contao/"
		],
		"exclude-from-classmap": [
			"src/Resources/contao/cache/",
			"src/Resources/contao/config/",
			"src/Resources/contao/dca/",
			"src/Resources/contao/languages/",
			"src/Resources/contao/templates/",
			"src/Resources/contao/test/"
		]
	},
	"extra":{
		"contao":{
			"transifex": {
				"project": "contao-botdetection-bundle",
				"prefix": "master-",
				"languages_cto": "src/Resources/contao/languages",
				"languages_tx": ".tx"
			}
		},
		"branch-alias": {
			"dev-master": "1.8.x-dev"
		},
		"contao-manager-plugin": "BugBuster\\BotdetectionBundle\\ContaoManager\\Plugin"
	},
	"config": {
		"allow-plugins": {
			"contao-components/installer": true,
			"php-http/discovery": true
		}
	}
}
