Skip to content

Commit

Permalink
Merge pull request #9 from peterson-umoke/master
Browse files Browse the repository at this point in the history
Added support for php 8 and composer platform reqs
  • Loading branch information
atymic authored Apr 1, 2021
2 parents a63be27 + 5773d58 commit 5e4880e
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 @@ -16,7 +16,7 @@
"role": "Developer"
}],
"require": {
"php": "^7.2.5 || ^8.0",
"php": ">=7.2.5",
"africastalking/africastalking": "^3.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0",
Expand Down

0 comments on commit 5e4880e

Please sign in to comment.