File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 41
41
}
42
42
],
43
43
"require" : {
44
- "php" : " ^8.1 " ,
44
+ "php" : " ^8.2 " ,
45
45
"dragon-code/support" : " ^6.10" ,
46
- "symfony/console" : " ^5.3 || ^ 6.0 || ^7.0"
46
+ "symfony/console" : " ^6.0 || ^7.0"
47
47
},
48
48
"require-dev" : {
49
- "phpunit/phpunit" : " ^10 .0" ,
50
- "symfony/var-dumper" : " ^5.3 || ^ 6.0 || ^7.0"
49
+ "phpunit/phpunit" : " ^11 .0" ,
50
+ "symfony/var-dumper" : " ^6.0 || ^7.0"
51
51
},
52
52
"minimum-stability" : " stable" ,
53
53
"prefer-stable" : true ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" https://schema. phpunit.de/10.2 /phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" vendor/ phpunit/phpunit /phpunit.xsd"
5
5
bootstrap =" vendor/autoload.php"
6
6
cacheDirectory =" .phpunit.cache"
7
7
executionOrder =" depends,defects"
8
8
colors =" true"
9
9
failOnRisky =" true"
10
- failOnWarning =" true"
11
10
>
12
11
<testsuites >
13
12
<testsuite name =" default" >
16
15
</testsuites >
17
16
<source >
18
17
<include >
19
- <directory suffix = " .php " >src</directory >
18
+ <directory >src</directory >
20
19
</include >
21
20
</source >
22
21
</phpunit >
You can’t perform that action at this time.
0 commit comments