You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/akamai/vendor/akamai-open/edgegrid-client/composer.json

43 lines
1.2 KiB
JSON

{
"name": "akamai-open/edgegrid-client",
"description": "Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client_Auth.html",
"keywords": ["akamai", "open", "edgegrid"],
"type": "library",
"license": "Apache-2.0",
"homepage": "https://github.com/akamai-open/edgegrid-auth-php",
"authors": [
{
"name": "Davey Shafik",
"email": "dshafik@akamai.com"
}
],
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "~6.0",
"psr/log": "^1.0",
"monolog/monolog": "^1.15",
"League/CLImate": "~3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"theseer/phpdox": "~0.8",
"phploc/phploc": "^2.1",
"squizlabs/php_codesniffer": "^2.3",
"friendsofphp/php-cs-fixer": "^1.9",
"kherge/box": "^2.5"
},
"autoload": {
"psr-4": {
"Akamai\\Open\\EdgeGrid\\": "src/",
"Monolog\\": "src/Monolog"
}
},
"autoload-dev": {
"psr-4": {
"Akamai\\Open\\EdgeGrid\\Tests\\": "tests",
"GuzzleHttp\\Tests\\": "vendor/guzzlehttp/guzzle/tests",
"Monolog\\": "tests/Monolog"
}
}
}