Subversion Repositories php_clientchallenge

Rev

Rev 10 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
{
2
        "name": "danielmarschall/php_clientchallenge",
3
        "description": "Server requests using client-challenges in order to mitigate resource starvation",
10 daniel-mar 4
        "version": "1.1.1",
2 daniel-mar 5
        "type": "package",
6
        "homepage": "https://www.viathinksoft.com/projects/php_clientchallenge",
7
        "authors": [
8
                {
9
                        "name": "Daniel Marschall",
10
                        "email": "info@daniel-marschall.de",
11
                        "homepage": "https://www.daniel-marschall.de/"
12
                }
13
        ],
14
        "license": [
15
                "Apache-2.0"
16
        ],
17
        "prefer-dist": true,
18
        "require": {
19
                "php": ">=7.0",
7 daniel-mar 20
                "danielmarschall/php-sha3": "*@dev"
10 daniel-mar 21
        },
22
        "require-dev": {
23
                "phpstan/phpstan": "^1.8"
13 daniel-mar 24
        },
25
        "autoload": {
26
                "classmap" : ["ClientChallenge.class.php"]
2 daniel-mar 27
        }
28
}