File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 34
34
"name" : " Antoine de Troostembergh"
35
35
}
36
36
],
37
+ "scripts" : {
38
+ "check" : [
39
+ " ./vendor/bin/php-cs-fixer fix --ansi --dry-run --diff" ,
40
+ " ./vendor/bin/phpcs --report-width=200 --report-summary --report-full samples/ src/ tests/ --ignore=src/PhpWord/Shared/PCLZip --standard=PSR2 -n" ,
41
+ " ./vendor/bin/phpmd src/,tests/ text ./phpmd.xml.dist --exclude pclzip.lib.php" ,
42
+ " ./vendor/bin/phpunit --color=always"
43
+ ],
44
+ "fix" : [
45
+ " ./vendor/bin/php-cs-fixer fix --ansi"
46
+ ]
47
+ },
37
48
"require" : {
38
49
"php" : " >=5.3.3" ,
39
50
"ext-xml" : " *" ,
40
51
"zendframework/zend-escaper" : " ^2.2" ,
41
- "zendframework/zend-stdlib" : " ^2.2 || ^3.0" ,
42
- "phpoffice/common" : " ^0.2"
52
+ "zendframework/zend-stdlib" : " ^2.2 || ^3.0"
43
53
},
44
54
"require-dev" : {
45
55
"phpunit/phpunit" : " ^4.8.36" ,
You can’t perform that action at this time.
0 commit comments