File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- php : [8.1, 8. 2, 8.3]
15
+ php : [8.2, 8.3]
16
16
17
17
name : PHP ${{ matrix.php }}
18
18
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " ^8.1 " ,
16
+ "php" : " ^8.2 " ,
17
17
"graham-campbell/manager" : " ^5.0" ,
18
18
"hashids/hashids" : " ^5.0" ,
19
- "illuminate/contracts" : " ^10 .0" ,
20
- "illuminate/support" : " ^10 .0"
19
+ "illuminate/contracts" : " ^11 .0" ,
20
+ "illuminate/support" : " ^11 .0"
21
21
},
22
22
"require-dev" : {
23
- "graham-campbell/analyzer" : " ^4.0 " ,
24
- "graham-campbell/testbench" : " ^6.0 " ,
25
- "mockery/mockery" : " ^1.5 " ,
23
+ "graham-campbell/analyzer" : " ^4.1 " ,
24
+ "graham-campbell/testbench" : " ^6.1 " ,
25
+ "mockery/mockery" : " ^1.6.6 " ,
26
26
"phpunit/phpunit" : " ^10.0"
27
27
},
28
28
"minimum-stability" : " dev" ,
42
42
},
43
43
"extra" : {
44
44
"branch-alias" : {
45
- "dev-master" : " 11 .0-dev"
45
+ "dev-master" : " 12 .0-dev"
46
46
},
47
47
"laravel" : {
48
48
"aliases" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" cacheResult =" false" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" >
3
- <coverage >
4
- <include >
5
- <directory suffix =" .php" >./src</directory >
6
- </include >
7
- </coverage >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" cacheResult =" false" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" >
8
3
<testsuites >
9
4
<testsuite name =" Test Suite" >
10
5
<directory suffix =" Test.php" >./tests</directory >
11
6
</testsuite >
12
7
</testsuites >
8
+ <source >
9
+ <include >
10
+ <directory suffix =" .php" >./src</directory >
11
+ </include >
12
+ </source >
13
13
</phpunit >
You can’t perform that action at this time.
0 commit comments