Skip to content

Commit 6aaff02

Browse files
committed
Updated readme
1 parent b1d3ceb commit 6aaff02

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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": {
@@ -17,7 +17,7 @@
1717
"authors": [
1818
{
1919
"name": "Martin Kluska",
20-
"email": "martin.kluska@imakers.cz"
20+
"email": "martin@kluska.cz"
2121
}
2222
],
2323
"minimum-stability": "stable"

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Then you can use methods:
8484
#### `isUploaded()`
8585
determines if the file object is in the request
8686

87-
####`receive()`
87+
#### `receive()`
8888
Tries to handle the upload request. If the file is not uploaded, returns false. If the file
8989
is 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
453458
See [CONTRIBUTING.md](CONTRIBUTING.md) for how to contribute changes. All contributions are welcome.

0 commit comments

Comments
 (0)