Skip to content

Commit

Permalink
Merge pull request #120 from palpalani/patch-1
Browse files Browse the repository at this point in the history
Support PHP 8.0
  • Loading branch information
ovanschie authored Dec 1, 2020
2 parents 414f2f0 + d198382 commit d2ce88c
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 @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"laravel/framework": ">=7.0",
"guzzlehttp/guzzle": "^6.3.1|^7.0"
},
Expand Down

0 comments on commit d2ce88c

Please sign in to comment.