File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " nextcloud/integration_zulip" ,
3+ "description" : " Integration of Zulip" ,
4+ "license" : " AGPL-3.0-or-later" ,
35 "authors" : [
46 {
57 "name" : " Edward Ly" ,
1113 "bamarni/composer-bin-plugin" : " ^1.8"
1214 },
1315 "scripts" : {
14- "lint" : " find . -name \\ *.php -not -path './vendor*' -print0 | xargs -0 -n1 php -l" ,
16+ "lint" : " find . -name \\ *.php -not -path './vendor/*' -not -path './vendor-bin/*' -not -path './build/ *' -print0 | xargs -0 -n1 php -l" ,
1517 "cs:check" : " php-cs-fixer fix --dry-run --diff" ,
1618 "cs:fix" : " php-cs-fixer fix" ,
17- "psalm" : " psalm.phar --no-cache" ,
18- "test" : " phpunit -c tests/phpunit.xml --no-coverage" ,
19+ "psalm" : " psalm --threads=1 --no-cache" ,
20+ "test:unit" : " phpunit tests -c tests/phpunit.xml --colors=always --fail-on-warning --fail-on-risky" ,
21+ "rector" : " rector && composer cs:fix" ,
1922 "post-install-cmd" : [
2023 " @composer bin all install --ansi" ,
2124 " composer dump-autoload"
2831 "config" : {
2932 "optimize-autoloader" : true ,
3033 "classmap-authoritative" : true ,
34+ "sort-packages" : true ,
3135 "platform" : {
3236 "php" : " 8.0"
3337 },
You can’t perform that action at this time.
0 commit comments