forked from lennerd/VipxBotDetectBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1022 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "vipx/bot-detect-bundle",
"type": "symfony-bundle",
"description": "Symfony VipxBotDetectBundle",
"keywords": ["Security", "Bot"],
"homepage": "http://lennerd.com/",
"license": "MIT",
"authors": [
{
"name": "Lennart Hildebrandt",
"email": "[email protected]"
}
],
"require": {
"php": "^5.6|^7.0",
"symfony/framework-bundle": "^2.8|^3.0|^4.0||^5.0",
"symfony/security-bundle": "^2.8|^3.0|^4.0||^5.0",
"vipx/bot-detect": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^6.5",
"php-coveralls/php-coveralls": "^v2.5.1"
},
"autoload": {
"psr-4": { "Vipx\\BotDetectBundle\\": "./" }
},
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"repositories": [
{
"name": "vipx/bot-detect",
"type": "vcs",
"url": "https://github.com/frankbv/vipx-bot-detect"
}
]
}