File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 31
31
"symfony/http-kernel" : " ^6.1"
32
32
},
33
33
"require-dev" : {
34
- "inspirum/coding-standard" : " ^1.2 " ,
34
+ "inspirum/coding-standard" : " ^1.3 " ,
35
35
"phpstan/phpstan" : " ^1.9" ,
36
36
"phpunit/phpunit" : " ^10.0" ,
37
37
"squizlabs/php_codesniffer" : " ^3.7" ,
58
58
" @style:phpcs" ,
59
59
" @test:unit" ,
60
60
" @style:phpstan" ,
61
- " @test:integration" ,
62
61
" @check:requirement" ,
63
62
" @check:unused"
64
63
],
65
64
"test:test" : [
66
- " @test:unit" ,
67
- " @test:integration"
65
+ " @test:unit"
68
66
],
69
67
"test:unit" : [
70
68
" @phpunit --testsuite=Unit"
71
69
],
72
- "test:integration" : [
73
- " @phpunit --testsuite=Integration"
74
- ],
75
70
"test:coverage" : [
76
71
" @phpunit --coverage-text --coverage-html=var/phpunit/coverage"
77
72
],
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.2 " location =" ./tools/composer-unused" copy =" false" />
4
- <phar name =" composer-require-checker" version =" ^4.0.0" installed =" 4.0 .0" location =" ./tools/composer-require-checker" copy =" false" />
5
- <phar name =" infection" version =" ^0.26.6" installed =" 0.26.6 " location =" ./tools/infection" copy =" false" />
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" />
6
6
</phive >
You can’t perform that action at this time.
0 commit comments