๐Ÿ“ฆ shieldfy / waf-detector

๐Ÿ“„ composer.json ยท 53 lines
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53{
    "name": "shieldfy/waf-detector",
    "description": "This is a simple package for Web Application Firewall Detection. It supports CloudFlare, Incapsula, ModSecurity, and Shieldfy out of the box.",
    "keywords": [
        "modsecurity",
        "cloudflare",
        "incapsula",
        "shieldfy",
        "security",
        "firewall",
        "detection",
        "application"
    ],
    "authors": [
        {
            "name": "SHIELDFY Security Team",
            "homepage": "https://shieldfy.com",
            "email": "team@shieldfy.com"
        },
        {
            "name": "Eslam Salem",
            "homepage": "http://netcode.me",
            "email": "eslam@netcode.me",
            "role": "Maintainer"
        },
        {
            "name": "Matthias Kaschubowski",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.6.0"
    },
    "autoload": {
        "psr-4": {
            "Shieldfy\\": "./src"
        }
    },
    "bin": [
        "bin/waf-detector.php"
    ],
    "config": {
        "sort-packages": true
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}