mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-18 17:00:06 +08:00
26 lines
600 B
JSON
26 lines
600 B
JSON
{
|
|
"name": "fire015/flintstone",
|
|
"type": "library",
|
|
"description": "A key/value database store using flat files for PHP",
|
|
"keywords": ["flintstone", "database", "cache", "files", "memory"],
|
|
"homepage": "https://github.com/fire015/flintstone",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jason M",
|
|
"email": "emailfire@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flintstone\\": "src/"
|
|
}
|
|
},
|
|
"require-dev" : {
|
|
"phpunit/phpunit": "^9"
|
|
}
|
|
}
|