File tree 2 files changed +22
-22
lines changed
2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^7.4| ^8.0" ,
14
- "symfony/framework-bundle" : " ^4.4| ^5.0| ^6.0"
13
+ "php" : " ^7.4 || ^8.0" ,
14
+ "symfony/framework-bundle" : " ^4.4 || ^5.0 || ^6.0"
15
15
},
16
16
"require-dev" : {
17
- "phpunit/phpunit" : " ^8.5 "
17
+ "phpunit/phpunit" : " ^9.6 "
18
18
},
19
19
"autoload" : {
20
20
"psr-4" : { "Sherlockode\\ ConfigurationBundle\\ " : " " }
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" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3
+ <coverage >
4
+ <include >
5
+ <directory >./</directory >
6
+ </include >
7
+ <exclude >
8
+ <directory >./Resources</directory >
9
+ <directory >./Tests</directory >
10
+ <directory >./vendor</directory >
11
+ </exclude >
12
+ </coverage >
2
13
3
- <phpunit bootstrap =" ./vendor/autoload.php" >
4
- <php >
5
- <ini name =" error_reporting" value =" -1" />
6
- </php >
14
+ <php >
15
+ <ini name =" error_reporting" value =" -1" />
16
+ </php >
7
17
8
- <testsuites >
9
- <testsuite name =" Sherlockode configuration bundle test suite" >
10
- <directory suffix =" Test.php" >./Tests</directory >
11
- </testsuite >
12
- </testsuites >
18
+ <testsuites >
19
+ <testsuite name =" Sherlockode configuration bundle test suite" >
20
+ <directory suffix =" Test.php" >./Tests</directory >
21
+ </testsuite >
22
+ </testsuites >
13
23
14
- <filter >
15
- <whitelist >
16
- <directory >./</directory >
17
- <exclude >
18
- <directory >./Resources</directory >
19
- <directory >./Tests</directory >
20
- <directory >./vendor</directory >
21
- </exclude >
22
- </whitelist >
23
- </filter >
24
24
</phpunit >
You can’t perform that action at this time.
0 commit comments