Skip to content

Commit e3d2907

Browse files
Allow use with Laravel 9 (#28)
Co-authored-by: Nathan Rzepecki <[email protected]>
1 parent 88401e3 commit e3d2907

File tree

2 files changed

+1668
-997
lines changed

2 files changed

+1668
-997
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^7.3.0|^8.0",
22-
"illuminate/support": "^6.0|^7.0|^8.0",
22+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
2323
"aws/aws-sdk-php": "^3.52"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)