We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41ddde commit 4431763Copy full SHA for 4431763
README.md
@@ -1,6 +1,6 @@
1
This package allows to send SMS using Textlocal API using laravel notifications
2
3
-Supports Laravel 5.5 to 6.x
+Supports Laravel 5.5 to 8.x
4
5
# Found any bugs or improvement open an issue or send me a PR
6
composer.json
@@ -14,12 +14,12 @@
14
"require": {
15
"php": ">=7.0",
16
"ext-json": "*",
17
- "illuminate/notifications": "~5.5|~6.0",
18
- "illuminate/support": "~5.5|~6.0"
+ "illuminate/notifications": "~5.5|~6.0|~7.0|~8.0",
+ "illuminate/support": "~5.5|~6.0|~7.0|~8.0"
19
},
20
"require-dev": {
21
"mockery/mockery": "^0.9.5|^1.0",
22
- "phpunit/phpunit": "~5|^8.0"
+ "phpunit/phpunit": "~5|^8.0|^9.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments