File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 10
10
/.phpunit.result.cache
11
11
/.phpunit.cache /
12
12
/.phpcs-cache
13
- /phpcs.xml
Original file line number Diff line number Diff line change 32
32
},
33
33
"require-dev" : {
34
34
"inspirum/coding-standard" : " ^1.3" ,
35
- "phpstan/phpstan" : " ^1.9 " ,
36
- "phpunit/phpunit" : " ^10.0 " ,
35
+ "phpstan/phpstan" : " ^1.10 " ,
36
+ "phpunit/phpunit" : " ^10.1 " ,
37
37
"squizlabs/php_codesniffer" : " ^3.7" ,
38
38
"symfony/config" : " ^6.1" ,
39
39
"symfony/yaml" : " ^6.1"
98
98
],
99
99
"phpunit" : " ./vendor/bin/phpunit" ,
100
100
"phpcs" : " ./vendor/bin/phpcs -p -s --extensions=php --colors --report-width=140" ,
101
- "phpstan" : " ./vendor/bin/phpstan analyse -c phpstan.neon.dist " ,
101
+ "phpstan" : " ./vendor/bin/phpstan analyse -c phpstan.neon" ,
102
102
"phpcbf" : " ./vendor/bin/phpcbf -p --extensions=php" ,
103
103
"infection" : " ./tools/infection" ,
104
104
"composerRequireChecker" : " ./tools/composer-require-checker check" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
- <phar name =" composer-unused" version =" ^0.8.2 " installed = " 0.8.5 " location =" ./tools/composer-unused" copy =" false" />
4
- <phar name =" composer-require-checker" version =" ^4.0 .0" installed = " 4.5.0 " location =" ./tools/composer-require-checker" copy =" false" />
5
- <phar name =" infection" version =" ^0.26.6 " installed = " 0.26.18 " location =" ./tools/infection" copy =" false" />
3
+ <phar name =" composer-unused" version =" ^0.8.9 " location =" ./tools/composer-unused" copy =" false" installed = " 0.8.9 " />
4
+ <phar name =" composer-require-checker" version =" ^4.6 .0" location =" ./tools/composer-require-checker" copy =" false" installed = " 4.6.0 " />
5
+ <phar name =" infection" version =" ^0.26.21 " location =" ./tools/infection" copy =" false" installed = " 0.26.21 " />
6
6
</phive >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 10
10
</testsuite >
11
11
</testsuites >
12
12
<coverage >
13
- <include >
14
- <directory suffix =" .php" >src</directory >
15
- </include >
16
13
<report >
17
14
<clover outputFile =" var/phpunit/logs/clover.xml" />
18
15
<text outputFile =" var/phpunit/coverage/coverage.txt" />
19
16
</report >
20
17
</coverage >
18
+ <source >
19
+ <include >
20
+ <directory >src</directory >
21
+ </include >
22
+ </source >
21
23
</phpunit >
You can’t perform that action at this time.
0 commit comments