File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
],
37
37
"scripts" : {
38
38
"test" : [
39
- " ./vendor/bin/ phpunit --color=always"
39
+ " phpunit --color=always"
40
40
],
41
41
"test-no-coverage" : [
42
- " ./vendor/bin/ phpunit --color=always --no-coverage"
42
+ " phpunit --color=always --no-coverage"
43
43
],
44
44
"check" : [
45
- " ./vendor/bin/ php-cs-fixer fix --ansi --dry-run --diff" ,
46
- " ./vendor/bin/ phpcs --report-width=200 --report-summary --report-full samples/ src/ tests/ --ignore=src/PhpWord/Shared/PCLZip --standard=PSR2 -n" ,
47
- " ./vendor/bin/ phpmd src/,tests/ text ./phpmd.xml.dist --exclude pclzip.lib.php" ,
45
+ " php-cs-fixer fix --ansi --dry-run --diff" ,
46
+ " phpcs --report-width=200 --report-summary --report-full samples/ src/ tests/ --ignore=src/PhpWord/Shared/PCLZip --standard=PSR2 -n" ,
47
+ " phpmd src/,tests/ text ./phpmd.xml.dist --exclude pclzip.lib.php" ,
48
48
" @test"
49
49
],
50
50
"fix" : [
51
- " ./vendor/bin/ php-cs-fixer fix --ansi"
51
+ " php-cs-fixer fix --ansi"
52
52
]
53
53
},
54
54
"scripts-descriptions" : {
You can’t perform that action at this time.
0 commit comments