Laravel version update

Laravel version update
This commit is contained in:
Manish Verma
2018-08-06 18:48:58 +05:30
parent d143048413
commit 126fbb0255
13678 changed files with 1031482 additions and 778530 deletions

View File

@@ -0,0 +1,35 @@
{
"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.3"
},
"require-dev": {
"mikey179/vfsStream": "v1.2.0",
"league/phpunit-coverage-listener": "~1.1",
"fabpot/php-cs-fixer": "dev-master",
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-0": {
"Flow": "src"
}
}
}