File tree Expand file tree Collapse file tree 3 files changed +25
-30
lines changed Expand file tree Collapse file tree 3 files changed +25
-30
lines changed 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 7.x & 8 .x
15
- - PHP 7.4 +
14
+ - Laravel 9 .x
15
+ - PHP 8.1 +
16
16
17
17
Run this command to install via composer
18
18
@@ -24,7 +24,7 @@ or edit the `composer.json`
24
24
25
25
```
26
26
"require": {
27
- "linkstreet/laravel-sms": "^5.1 "
27
+ "linkstreet/laravel-sms": "^5.2 "
28
28
}
29
29
```
30
30
Original file line number Diff line number Diff line change 13
13
{
14
14
"name" : " Meyyappan Velayutham" ,
15
15
16
- },
17
- {
18
- "name" : " Cerlin Selvamony" ,
19
-
20
16
}
21
17
],
22
18
"require" : {
23
- "php" : " >=7.4 " ,
24
- "illuminate/support" : " ^7.0|^8 .0" ,
25
- "guzzlehttp/guzzle" : " ^6.0|^ 7.0"
19
+ "php" : " ^8.1 " ,
20
+ "illuminate/support" : " ^9 .0" ,
21
+ "guzzlehttp/guzzle" : " ^7.0"
26
22
},
27
23
"autoload" : {
28
24
"psr-4" : {
29
25
"Linkstreet\\ LaravelSms\\ " : " src"
30
26
}
31
27
},
32
28
"require-dev" : {
33
- "orchestra/testbench" : " ^5.0|^6 .0" ,
34
- "phpunit/phpunit" : " ^8.0|^ 9.0"
29
+ "orchestra/testbench" : " ^7 .0" ,
30
+ "phpunit/phpunit" : " ^9.0"
35
31
},
36
32
"autoload-dev" : {
37
33
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupGlobals =" false"
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ backupGlobals =" false"
3
4
backupStaticAttributes =" false"
4
5
bootstrap =" vendor/autoload.php"
5
6
colors =" true"
10
11
stopOnError =" false"
11
12
stopOnFailure =" false"
12
13
verbose =" true"
13
- >
14
-
15
- <testsuites >
16
- <testsuite name =" Linkstreet\LaravelSms Test Suite" >
17
- <directory suffix =" Test.php" >./tests/</directory >
18
- </testsuite >
19
- </testsuites >
20
- <php >
21
- <env name =" APP_ENV" value =" testing" />
22
- </php >
23
-
24
- <filter >
25
- <whitelist addUncoveredFilesFromWhitelist =" false" >
26
- <directory suffix =" .php" >src/</directory >
27
- </whitelist >
28
- </filter >
29
- </phpunit >
14
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
15
+ <coverage includeUncoveredFiles =" false" >
16
+ <include >
17
+ <directory suffix =" .php" >src/</directory >
18
+ </include >
19
+ </coverage >
20
+ <testsuites >
21
+ <testsuite name =" Linkstreet\LaravelSms Test Suite" >
22
+ <directory suffix =" Test.php" >./tests/</directory >
23
+ </testsuite >
24
+ </testsuites >
25
+ <php >
26
+ <env name =" APP_ENV" value =" testing" />
27
+ </php >
28
+ </phpunit >
You can’t perform that action at this time.
0 commit comments