Subversion Repositories php_clientchallenge

Rev

Rev 7 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 10
Line 1... Line 1...
1
{
1
{
2
        "name": "danielmarschall/php_clientchallenge",
2
        "name": "danielmarschall/php_clientchallenge",
3
        "description": "Server requests using client-challenges in order to mitigate resource starvation",
3
        "description": "Server requests using client-challenges in order to mitigate resource starvation",
4
        "version": "1.1",
4
        "version": "1.1.1",
5
        "type": "package",
5
        "type": "package",
6
        "homepage": "https://www.viathinksoft.com/projects/php_clientchallenge",
6
        "homepage": "https://www.viathinksoft.com/projects/php_clientchallenge",
7
        "authors": [
7
        "authors": [
8
                {
8
                {
9
                        "name": "Daniel Marschall",
9
                        "name": "Daniel Marschall",
Line 16... Line 16...
16
        ],
16
        ],
17
        "prefer-dist": true,
17
        "prefer-dist": true,
18
        "require": {
18
        "require": {
19
                "php": ">=7.0",
19
                "php": ">=7.0",
20
                "danielmarschall/php-sha3": "*@dev"
20
                "danielmarschall/php-sha3": "*@dev"
-
 
21
        },
-
 
22
        "require-dev": {
-
 
23
                "phpstan/phpstan": "^1.8"
21
        }
24
        }
22
}
25
}