Skip to content

Commit

Permalink
added support for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Jan 29, 2022
1 parent 16167c5 commit c488834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ Removed return types for uploads
## Version 2.1.0

Fixed file download, contents where not being transferred.

## Version 2.1.1

Added support for Laravel 9
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/dcblogdev/laravel-box",
"keywords": ["Laravel", "Box"],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"illuminate/support": "7.x|8.x|9.x",
"guzzlehttp/guzzle": "6.x|7.x"
},
"autoload": {
Expand Down

0 comments on commit c488834

Please sign in to comment.