radarrplexorganizrnginxsonarrdashboardserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpc
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.
43 lines
1.1 KiB
43 lines
1.1 KiB
{
|
|
"name": "graham-campbell/cache-plugin",
|
|
"description": "Provides A Simple HTTP Cache Plugin With Good Defaults",
|
|
"keywords": ["http", "cache plugin", "cache-plugin", "Cache", "Cache Plugin", "Cache-Plugin", "Graham Campbell", "GrahamCampbell"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "graham@alt-three.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.0",
|
|
"psr/cache": "^1.0",
|
|
"php-http/cache-plugin": "^1.5",
|
|
"php-http/client-common": "^1.7",
|
|
"php-http/message-factory": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"graham-campbell/analyzer": "^2.0",
|
|
"phpunit/phpunit": "^6.5|^7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GrahamCampbell\\CachePlugin\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"GrahamCampbell\\Tests\\CachePlugin\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|
|
|