Skip to content

Commit

Permalink
Laravel 11.x Compatibility (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Oct 21, 2024
1 parent 478920d commit 69fc30c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
],
"require": {
"php": ">=7.2",
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
"smsapi/php-client": "^1.8"
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0",
"smsapi/php-client": "^1.8 || ^3.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0 || ^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 69fc30c

Please sign in to comment.