Skip to content

Commit

Permalink
Bump Composer dependencies (#2)
Browse files Browse the repository at this point in the history
Add support for:
[ ] Africastalking SDK v3.0.0
[ ] Laravel 8.x
[ ] phpunit 9.0
  • Loading branch information
SamuelMwangiW authored Nov 2, 2020
1 parent 68ce3b0 commit f4a44d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"require": {
"php": "^7.2",
"illuminate/support": "^5.0 || ^6.0 || ^7.0",
"africastalking/africastalking": "^2.3"
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0",
"africastalking/africastalking": "^2.3 || ^3.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "~5.7|~6.2|~8.0"
"phpunit/phpunit": "~5.7|~6.2|~8.0|~9.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit f4a44d9

Please sign in to comment.