File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fusonic/http-kernel-bundle" ,
3
3
"description" : " Symfony bundle with extensions for Symfony's HttpKernel" ,
4
- "version" : " 1.3.1 " ,
4
+ "version" : " 1.3.2 " ,
5
5
"type" : " library" ,
6
6
"license" : " MIT" ,
7
7
"authors" : [
34
34
},
35
35
"require-dev" : {
36
36
"friendsofphp/php-cs-fixer" : " ^3.40" ,
37
+ "infection/infection" : " ^0.27" ,
37
38
"phpstan/phpstan" : " ^1.10" ,
38
39
"phpstan/phpstan-phpunit" : " ^1.3" ,
39
40
"phpstan/phpstan-strict-rules" : " ^1.5" ,
47
48
"phpstan" : " XDEBUG_MODE=off php -d memory_limit=2048M vendor/bin/phpstan analyse" ,
48
49
"phpcs-check" : " XDEBUG_MODE=off vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --diff --dry-run" ,
49
50
"phpcs-fix" : " XDEBUG_MODE=off vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v" ,
51
+ "infection" : " XDEBUG_MODE=coverage vendor/bin/infection" ,
50
52
"test" : " XDEBUG_MODE=off vendor/bin/phpunit --testdox" ,
51
- "test-coverage" : " XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-cobertura=coverage/cobertura.xml --coverage-html=coverage/html"
53
+ "test-coverage" : " XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-cobertura=coverage/phpunit/ cobertura.xml --coverage-html=coverage/phpunit /html"
52
54
},
53
55
"config" : {
54
56
"sort-packages" : true ,
55
57
"allow-plugins" : {
58
+ "infection/extension-installer" : true
56
59
}
57
60
}
58
61
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : "vendor/infection/infection/resources/schema.json" ,
3
+ "source" : {
4
+ "directories" : [
5
+ "src"
6
+ ]
7
+ } ,
8
+ "mutators" : {
9
+ "@default" : true
10
+ } ,
11
+ "logs" : {
12
+ "html" : "coverage/infection/infection.html"
13
+ } ,
14
+ "testFramework" :"phpunit" ,
15
+ }
You can’t perform that action at this time.
0 commit comments