forked from Stevie-Ray/referrer-spam-blocker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 902 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": "stevie-ray/referrer-spam-blocker",
"description": "Apache, Nginx, IIS, uWSGI & Varnish blacklist plus Google Analytics segment to prevent referrer spam traffic",
"keywords": [
"spam",
"blacklist",
"blocker",
"referrer",
"analytics",
"apache",
"nginx",
"varnish",
"iis",
"uwsgi"
],
"license": "MIT",
"authors": [
{
"name": "Stevie-Ray Hartog",
"email": "[email protected]",
"homepage": "https://stevie-ray.nl"
}
],
"require": {
"php": ">=7.2"
},
"require-dev": {
"algo26-matthias/idna-convert": "^3.0.5"
},
"suggest": {
"ext-mbstring": "Install ext/mbstring for using input / output other than UTF-8 or ISO-8859-1",
"ext-iconv": "Install ext/iconv for using input / output other than UTF-8 or ISO-8859-1"
},
"autoload-dev": {
"psr-4": {
"StevieRay\\": "src"
}
}
}