File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
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 27
27
"require-dev" : {
28
28
"inspirum/coding-standard" : " ^1.3" ,
29
29
"phpstan/phpstan" : " ^1.10" ,
30
- "phpunit/phpunit" : " ^10.0 " ,
30
+ "phpunit/phpunit" : " ^10.1 " ,
31
31
"squizlabs/php_codesniffer" : " ^3.7" ,
32
32
"symfony/yaml" : " ^6.1"
33
33
},
91
91
],
92
92
"phpunit" : " ./vendor/bin/phpunit" ,
93
93
"phpcs" : " ./vendor/bin/phpcs -p -s --extensions=php --colors --report-width=140" ,
94
- "phpstan" : " ./vendor/bin/phpstan analyse -c phpstan.neon.dist " ,
94
+ "phpstan" : " ./vendor/bin/phpstan analyse -c phpstan.neon" ,
95
95
"phpcbf" : " ./vendor/bin/phpcbf -p --extensions=php" ,
96
96
"infection" : " ./tools/infection" ,
97
97
"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.
You can’t perform that action at this time.
0 commit comments