File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 55 "laravel/framework" : " 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*"
66 },
77 "require-dev" : {
8- "phpunit/phpunit" : " ^ 6.0" ,
8+ "phpunit/phpunit" : " 5.7 || 6.0" ,
99 "mockery/mockery" : " ^0.9.9"
1010 },
1111 "autoload" : {
1717 "authors" : [
1818 {
1919 "name" : " Martin Kluska" ,
20- "email" : " martin.kluska@imakers .cz"
20+ "email" : " martin@kluska .cz"
2121 }
2222 ],
2323 "minimum-stability" : " stable"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Then you can use methods:
8484#### ` isUploaded() `
8585determines if the file object is in the request
8686
87- ####` receive() `
87+ #### ` receive() `
8888Tries to handle the upload request. If the file is not uploaded, returns false. If the file
8989is present in the request, it will create the save object.
9090
@@ -413,6 +413,10 @@ HandlerFactory::classFromRequest($request, CustomHandler::class)
413413```
414414
415415## Changelog
416+
417+ ### Since 1.1.1
418+ * Added support for Laravel 5.5 (thanks to @Colbydude - #18 )
419+
416420### Since 1.1.0
417421* If there is an error while upload, exception will be thrown on init.
418422
@@ -448,6 +452,7 @@ The cloud drive is not supported because of the chunked write (probably could be
448452- [ ] add more providers
449453- [ ] add facade for a quick usage with callback and custom response based on the handler
450454- [ ] add support to different drive than a local drive
455+ - [ ] Add unit test coverage (interested to help? Fork the project)
451456
452457## Contribution or overriding
453458See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for how to contribute changes. All contributions are welcome.
You can’t perform that action at this time.
0 commit comments