initial commit

This commit is contained in:
ghost 2023-08-09 20:12:41 +03:00
parent fd7fdb416d
commit 38303b10a9
3 changed files with 79 additions and 0 deletions

15
composer.json Normal file
View 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"
}