File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 3838 "minimum-stability" : " dev" ,
3939 "prefer-stable" : true ,
4040 "scripts" : {
41- "create-docs" : " phpDocumentor --directory=src --target=docs --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'"
41+ "create-docs" : " phpDocumentor --directory=src --target=docs --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'" ,
42+ "phpcs" : " vendor/bin/phpcs ./ -s -v" ,
43+ "phpcbf" : " vendor/bin/phpcbf ./ -s -v" ,
44+ "phpcs-tests" : " vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v" ,
45+ "phpcbf-tests" : " vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -s -v" ,
46+ "phpstan" : " vendor/bin/phpstan analyse --memory-limit=1250M" ,
47+ "php-coding-standards" : " vendor/bin/phpcs ./ -s -v" ,
48+ "fix-php-coding-standards" : " vendor/bin/phpcbf ./ -s -v" ,
49+ "php-coding-standards-on-tests" : " vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v" ,
50+ "fix-php-coding-standards-on-tests" : " vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -s -v" ,
51+ "php-static-analysis" : " vendor/bin/phpstan analyse --memory-limit=1250M" ,
52+ "test" : " vendor/bin/phpunit --verbose --stop-on-failure @additional_args"
4253 }
4354}
You can’t perform that action at this time.
0 commit comments