mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
19 lines
390 B
JSON
19 lines
390 B
JSON
{
|
|
"name": "react/cache",
|
|
"description": "Async caching.",
|
|
"keywords": ["cache"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"react/promise": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "React\\Cache": "" }
|
|
},
|
|
"target-dir": "React/Cache",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
}
|
|
}
|