Files
faveo/vendor/flowjs/flow-php-server/composer.json
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

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"
}
}
}