File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change
1
+ build
1
2
composer.lock
2
3
vendor
3
4
.idea /
Original file line number Diff line number Diff line change 7
7
- 7.0
8
8
- 7.1
9
9
10
- # # Cache composer bits
11
- cache :
12
- directories :
10
+ cache :
11
+ directories :
13
12
- $HOME/.composer/cache
14
13
15
14
before_script :
Original file line number Diff line number Diff line change 11
11
12
12
To install this package you will need:
13
13
14
- - Laravel 5. *
15
- - PHP 5.5.9 +
14
+ - Laravel >= 5.3
15
+ - PHP 5.6.4 +
16
16
17
17
18
18
Run this command to install via composer
@@ -25,7 +25,7 @@ or edit the `composer.json`
25
25
26
26
```
27
27
"require": {
28
- "linkstreet/laravel-sms": "^1.0 .0"
28
+ "linkstreet/laravel-sms": "^2 .0"
29
29
}
30
30
```
31
31
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " >=5.5.9 " ,
24
- "illuminate/support" : " ^5.1 " ,
25
- "guzzlehttp/guzzle" : " ~5.3|~ 6.0"
23
+ "php" : " >=5.6.4 " ,
24
+ "illuminate/support" : " ~5.3|~5.4 " ,
25
+ "guzzlehttp/guzzle" : " ~6.0"
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
29
29
"Linkstreet\\ LaravelSms\\ " : " src"
30
30
}
31
31
},
32
32
"require-dev" : {
33
- "orchestra/testbench" : " ^3.2 " ,
34
- "phpunit/phpunit" : " ~4.0|~ 5.0"
33
+ "orchestra/testbench" : " ~3.3 " ,
34
+ "phpunit/phpunit" : " ~5.0"
35
35
},
36
36
"autoload-dev" : {
37
37
"psr-4" : {
You can’t perform that action at this time.
0 commit comments