Skip to content

Commit

Permalink
Merge pull request #15 from papavadze/patch-1
Browse files Browse the repository at this point in the history
compatibility for laravel 8.0
  • Loading branch information
akalongman authored Sep 29, 2020
2 parents bdc9d32 + 671231f commit 0ee0bd2
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 @@ -29,7 +29,7 @@
],
"require": {
"php": "^7.3",
"laravel/framework": "^7.3"
"laravel/framework": "^7.3|^8.0"
},
"require-dev": {
"aws/aws-sdk-php": "^3.133",
Expand Down

0 comments on commit 0ee0bd2

Please sign in to comment.