Skip to content

Commit 8a2349f

Browse files
committed
feat: added support for laravel 10 Update composer.json
Update README.md
1 parent d509d17 commit 8a2349f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This package allows to send SMS using Textlocal API using laravel notifications channel textlocal sms
22

3-
Supports Laravel 5.5 to 9.x
3+
Supports Laravel 5.5 upto 10.x
44

55
[![Latest Stable Version](https://poser.pugx.org/msonowal/laravel-notification-channel-textlocal/v/stable)](https://packagist.org/packages/msonowal/laravel-notification-channel-textlocal)
66
[![License](https://poser.pugx.org/msonowal/laravel-notification-channel-textlocal/license)](https://packagist.org/packages/msonowal/laravel-notification-channel-textlocal)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"require": {
1515
"php": ">=7.0",
1616
"ext-json": "*",
17-
"illuminate/notifications": "~5.5|~6.0|~7.0|~8.0|~9.0",
18-
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0"
17+
"illuminate/notifications": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0",
18+
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^0.9.5|^1.0",
22-
"phpunit/phpunit": "~5|^8.0|^9.0"
22+
"phpunit/phpunit": "~5|^8.0|^9.0|^10.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)