diff --git a/README.md b/README.md index a9fc5150..31a41247 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/composer.json b/composer.json index 9913709b..cc7c6336 100644 --- a/composer.json +++ b/composer.json @@ -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": {