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" ,
59
59
" @style:phpcs" ,
60
60
" @test:unit" ,
61
61
" @style:phpstan" ,
62
- " @test:integration" ,
63
62
" @check:requirement" ,
64
63
" @check:unused"
65
64
],
66
65
"test:test" : [
67
- " @test:unit" ,
68
- " @test:integration"
66
+ " @test:unit"
69
67
],
70
68
"test:unit" : [
71
69
" @phpunit --testsuite=Unit"
72
70
],
73
- "test:integration" : [
74
- " @phpunit --testsuite=Integration"
75
- ],
76
71
"test:coverage" : [
77
72
" @phpunit --coverage-text --coverage-html=var/phpunit/coverage"
78
73
],
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