Skip to content

Commit

Permalink
Update to support Laravel versions >= 5.6.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlCallo committed Mar 5, 2020
1 parent 8e07cb0 commit a79f291
Showing 1 changed file with 1 addition and 1 deletion.
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.1.3",
"illuminate/support": "^5.6|^6.0",
"illuminate/support": ">=5.6.0",
"aws/aws-sdk-php": "^3.52"
},
"require-dev": {
Expand Down

0 comments on commit a79f291

Please sign in to comment.