mirror of
https://github.com/YGGverse/cache-php.git
synced 2026-03-31 09:35:29 +00:00
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"name": "yggverse/cache",
|
|
"description": "Cache tools for PHP applications",
|
|
"type": "library",
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\Cache\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "alpha"
|
|
}
|