1
0
www.mikescher.com/www/extern/crawler-detect/composer.json
Mike Schwörer 96ae786bb0
All checks were successful
Build Docker and Deploy / Build Docker (push) Successful in 1m7s
Build Docker and Deploy / Deploy to Server (push) Successful in 18s
remove crawler counts from admin/project-lawful
2023-09-18 21:01:54 +02:00

30 lines
799 B
JSON

{
"name": "jaybizzle/crawler-detect",
"type": "library",
"description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent",
"keywords": ["crawler", "crawler detect", "crawler detector", "crawlerdetect", "php crawler detect"],
"homepage": "https://github.com/JayBizzle/Crawler-Detect/",
"license": "MIT",
"authors": [
{
"name": "Mark Beech",
"email": "m@rkbee.ch",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4"
},
"autoload": {
"psr-4": {
"Jaybizzle\\CrawlerDetect\\": "src/"
}
},
"scripts": {
"test": "vendor/bin/phpunit"
}
}