mirror of
https://github.com/YGGverse/cache-php.git
synced 2026-03-31 17:45:28 +00:00
initial commit
This commit is contained in:
parent
fd7fdb416d
commit
38303b10a9
3 changed files with 79 additions and 0 deletions
15
composer.json
Normal file
15
composer.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue