Skip to content

Commit 58aa939

Browse files
committed
chore: update composer.json
Signed-off-by: Edward Ly <[email protected]>
1 parent 84e1490 commit 58aa939

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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",
@@ -11,11 +13,12 @@
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"
@@ -28,6 +31,7 @@
2831
"config": {
2932
"optimize-autoloader": true,
3033
"classmap-authoritative": true,
34+
"sort-packages": true,
3135
"platform": {
3236
"php": "8.0"
3337
},

0 commit comments

Comments
 (0)