You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
748 B

{
"name": "dborsatto/php-giantbomb",
"description": "A PHP library that acts as a wrapper for the GiantBomb API.",
"require": {
"php": "^7.1",
"guzzlehttp/guzzle": "^6.2",
"psr/simple-cache": "^1.0",
"cache/void-adapter": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0",
"cache/array-adapter": "^1.0"
},
"license": "MIT",
"authors": [
{
"name": "Davide Borsatto",
"email": "davide.borsatto@gmail.com",
"homepage": "https://github.com/dborsatto"
}
],
"autoload": {
"psr-4": {
"DBorsatto\\GiantBomb\\Test\\": "tests",
"DBorsatto\\GiantBomb\\": "src"
}
}
}