File tree 1 file changed +0
-26
lines changed
1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 32
32
"optimize-autoloader" : true ,
33
33
"sort-packages" : true
34
34
},
35
- "scripts" : {
36
- "build" : [
37
- " @static:analyze" ,
38
- " @test" ,
39
- " @test:mutation"
40
- ],
41
- "test" : [
42
- " tools/vendor/bin/phpunit"
43
- ],
44
- "test:mutation" : [
45
- " tools/vendor/bin/infection --threads=2"
46
- ],
47
- "static:analyze" : [
48
- " tools/vendor/bin/psalm --output-format=compact" ,
49
- " tools/vendor/bin/phpstan analyze -c phpstan.neon" ,
50
- " tools/vendor/bin/php-cs-fixer fix --dry-run"
51
- ],
52
- "cs:php:fix" : " tools/vendor/bin/php-cs-fixer fix" ,
53
- "tools:install" : " composer install --working-dir=./tools" ,
54
- "post-install-cmd" : [
55
- " @tools:install"
56
- ],
57
- "post-update-cmd" : [
58
- " @tools:install"
59
- ]
60
- },
61
35
"minimum-stability" : " dev" ,
62
36
"prefer-stable" : true
63
37
}
You can’t perform that action at this time.
0 commit comments