File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 4444 "minimum-stability" : " dev" ,
4545 "prefer-stable" : true ,
4646 "scripts" : {
47- "create-docs" : " phpDocumentor --directory=src --target=docs --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'" ,
48- "phpcs" : " vendor/bin/phpcs ./ -s -v" ,
49- "phpcbf" : " vendor/bin/phpcbf ./ -s -v" ,
50- "phpcs-tests" : " vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v" ,
51- "phpcbf-tests" : " vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -s -v" ,
52- "phpstan" : " vendor/bin/phpstan analyse --memory-limit=1250M" ,
53- "php-coding-standards" : " vendor/bin/phpcs ./ -s -v" ,
54- "fix-php-coding-standards" : " vendor/bin/phpcbf ./ -s -v" ,
55- "php-coding-standards-on-tests" : " vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v" ,
56- "fix-php-coding-standards-on-tests" : " vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -s -v" ,
57- "php-static-analysis" : " vendor/bin/phpstan analyse --memory-limit=1250M" ,
58- "test" : " vendor/bin/phpunit"
47+ "create-docs" : " phpDocumentor --directory=src --target=docs --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'"
5948 }
6049}
You can’t perform that action at this time.
0 commit comments