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.
26 lines
573 B
JSON
26 lines
573 B
JSON
{
|
|
"name": "noccylabs/local-cache",
|
|
"description": "A local system-wide always available cache",
|
|
"type": "library",
|
|
"license": "GPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Christopher Vagnetoft",
|
|
"email": "cvagnetoft@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"psr/log": "^1.1",
|
|
"psr/cache": "^1.0",
|
|
"psr/simple-cache": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"NoccyLabs\\LocalCache\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.4"
|
|
}
|
|
}
|