{ "name": "onoi/blob-store", "type": "library", "description": "A simple interface to manage schema-free temporal persistent key/values", "keywords": [ "messages" ], "homepage": "https://github.com/onoi/blob-store", "license": "GPL-2.0+", "authors": [ { "name": "mwjames" } ], "require": { "php": ">=5.3.2", "onoi/cache": "~1.1" }, "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Onoi\\BlobStore\\": "src/" } }, "config": { "process-timeout": 0 }, "scripts":{ "phpunit": "phpunit -c phpunit.xml.dist" } }