Skip to content

Commit

Permalink
Laravel 8 support (#6)
Browse files Browse the repository at this point in the history
* Fixing support for laravel 8+

* Changed africa is talking package to appslabke/africastalking

* Included guzzle ^6.0 support and reverted to africastalking/africastalking package

* Added support for phpunit version ^8.0
  • Loading branch information
marvinhosea authored Oct 25, 2020
1 parent cc744bb commit d9d3189
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,21 @@
],
"homepage": "https://github.com/laravel-notification-channels/africastalking",
"license": "MIT",
"authors": [
{
"name": "Osaigbovo Emmanuel",
"email": "[email protected]",
"role": "Developer"
}
],
"authors": [{
"name": "Osaigbovo Emmanuel",
"email": "[email protected]",
"role": "Developer"
}],
"require": {
"php": "^7.2.5",
"africastalking/africastalking": "^2.3",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0"
"africastalking/africastalking": "^3.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ^8.0"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"orchestra/testbench": "~5.0"
},
"autoload": {
Expand Down

0 comments on commit d9d3189

Please sign in to comment.