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 eeb200e commit 9e1ec06Copy full SHA for 9e1ec06
composer.json
@@ -21,7 +21,7 @@
21
],
22
"require": {
23
"php": ">=5.6.4",
24
- "illuminate/support": "~5.3|~5.4",
+ "illuminate/support": "~5.3|~5.4|~5.5",
25
"guzzlehttp/guzzle": "~6.0"
26
},
27
"autoload": {
@@ -30,12 +30,22 @@
30
}
31
32
"require-dev": {
33
- "orchestra/testbench": "~3.3",
34
- "phpunit/phpunit": "~5.0"
+ "orchestra/testbench": "~3.5",
+ "phpunit/phpunit": "~6.0"
35
36
"autoload-dev": {
37
"psr-4": {
38
"Linkstreet\\LaravelSms\\Tests\\": "tests"
39
40
+ },
41
+ "extra": {
42
+ "laravel": {
43
+ "providers": [
44
+ "Linkstreet\\LaravelSms\\Providers\\SmsServiceProvider"
45
+ ],
46
+ "aliases": {
47
+ "Sms": "Linkstreet\\LaravelSms\\Facades\\Sms"
48
+ }
49
50
51
0 commit comments