Skip to content

Commit

Permalink
Merge pull request #9 from ankheur/master
Browse files Browse the repository at this point in the history
Add Laravel 9 & 10 support
  • Loading branch information
mikaelpopowicz authored Feb 2, 2024
2 parents e61746d + cd28f77 commit 287b34e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-notification-channels/all-my-sms",
"description": "AllMySms Notifications driver",
"description": "AllMySms Notifications driver for Laravel",
"homepage": "https://github.com/laravel-notification-channels/all-my-sms",
"license": "MIT",
"authors": [
Expand All @@ -11,13 +11,13 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=7.3",
"guzzlehttp/guzzle": "^6.2 || ^7.0",
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"mockery/mockery": "^1.4.2",
"mockery/mockery": "^1.6.7",
"phpunit/phpunit": "^9.3"
},
"autoload": {
Expand Down

0 comments on commit 287b34e

Please sign in to comment.