php-litedb/composer.json

24 lines
503 B
JSON
Raw Permalink Normal View History

2020-06-26 23:00:32 +00:00
{
"name": "noccylabs/litedb",
"description": "MongoDb/IndexedDb like wrapper around Sqlite",
"type": "library",
"license": "GPL-3.0-OR-LATER",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"autoload": {
"psr-4": {
"NoccyLabs\\LiteDb\\": "src/"
}
},
"require": {
"psr/log": "^1.1"
},
"require-dev": {
"noccylabs/log-hoc": "@dev"
}
}