Subversion Repositories php_clientchallenge

Rev

Rev 10 | View as "text/json" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. {
  2.         "name": "danielmarschall/php_clientchallenge",
  3.         "description": "Server requests using client-challenges in order to mitigate resource starvation",
  4.         "version": "1.1.1",
  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",
  20.                 "danielmarschall/php-sha3": "*@dev"
  21.         },
  22.         "require-dev": {
  23.                 "phpstan/phpstan": "^1.8"
  24.         },
  25.         "autoload": {
  26.                 "classmap" : ["ClientChallenge.class.php"]
  27.         }
  28. }
  29.