Skip to content

Commit

Permalink
feat: added support for laravel 10 Update composer.json
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
msonowal committed Feb 18, 2023
1 parent d509d17 commit 8a2349f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This package allows to send SMS using Textlocal API using laravel notifications channel textlocal sms

Supports Laravel 5.5 to 9.x
Supports Laravel 5.5 upto 10.x

[![Latest Stable Version](https://poser.pugx.org/msonowal/laravel-notification-channel-textlocal/v/stable)](https://packagist.org/packages/msonowal/laravel-notification-channel-textlocal)
[![License](https://poser.pugx.org/msonowal/laravel-notification-channel-textlocal/license)](https://packagist.org/packages/msonowal/laravel-notification-channel-textlocal)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"require": {
"php": ">=7.0",
"ext-json": "*",
"illuminate/notifications": "~5.5|~6.0|~7.0|~8.0|~9.0",
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.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": "^0.9.5|^1.0",
"phpunit/phpunit": "~5|^8.0|^9.0"
"phpunit/phpunit": "~5|^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8a2349f

Please sign in to comment.