41 lines
830 B
JSON
41 lines
830 B
JSON
{
|
|
"name": "flowjs/flow-php-server",
|
|
"description": "PHP library for handling chunk uploads. Works with flow.js html5 file uploads.",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Aidas Klimas",
|
|
"email": "aidaskk@gmail.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"flow.js",
|
|
"flow",
|
|
"resumable.js",
|
|
"resumable",
|
|
"upload",
|
|
"file upload",
|
|
"html5 file upload",
|
|
"chunks"
|
|
],
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "v1.2.0",
|
|
"league/phpunit-coverage-listener": "~1.1",
|
|
"fabpot/php-cs-fixer": "~2.2",
|
|
"phpunit/phpunit": "4.*",
|
|
"mongodb/mongodb": "^1.4.0",
|
|
"ext-mongodb": "*"
|
|
},
|
|
"suggest": {
|
|
"mongodb/mongodb":"Required to use this package with Mongo DB"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Flow": "src"
|
|
}
|
|
}
|
|
}
|