Skip to content

Commit

Permalink
Allow use with Laravel 9 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Rzepecki <[email protected]>
  • Loading branch information
dcodegroup and lionslair authored Mar 14, 2022
1 parent 88401e3 commit e3d2907
Show file tree
Hide file tree
Showing 2 changed files with 1,668 additions and 997 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^7.3.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"aws/aws-sdk-php": "^3.52"
},
"require-dev": {
Expand Down
Loading

0 comments on commit e3d2907

Please sign in to comment.