29 lines
534 B
JSON
29 lines
534 B
JSON
{
|
|
"name": "fuzeworks/objectstorage",
|
|
"minimum-stability": "stable",
|
|
"license": ["MIT"],
|
|
"authors": [
|
|
{
|
|
"name": "Abel Hoogeveen",
|
|
"email": "abel@i15.nl"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4.0",
|
|
"fuzeworks/core": "~1.2",
|
|
"psr/simple-cache": "1.0.1"
|
|
},
|
|
"suggest": {
|
|
"ext-redis": "1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9",
|
|
"fuzeworks/tracycomponent": "~1.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FuzeWorks\\ObjectStorage\\": "src/FuzeWorks/ObjectStorage/"
|
|
}
|
|
}
|
|
}
|