We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f23fb commit 074827cCopy full SHA for 074827c
composer.json
@@ -6,6 +6,7 @@
6
"platform": {
7
"php": "8.0"
8
},
9
+ "process-timeout": 0,
10
"allow-plugins": {
11
"bamarni/composer-bin-plugin": true
12
}
@@ -60,6 +61,7 @@
60
61
"psalm": "psalm --no-cache --threads=$(nproc)",
62
"psalm:ci": "psalm --no-cache --threads=1",
63
"psalm:update-baseline": "psalm --no-cache --threads=$(nproc) --update-baseline",
64
+ "serve": "PHP_CLI_SERVER_WORKERS=${NEXTCLOUD_WORKERS:=4} php -S ${NEXTCLOUD_HOST:=localhost}:${NEXTCLOUD_PORT:=8080} -t ./",
65
"test": "phpunit --configuration tests/phpunit-autotest.xml",
66
"test:db": "@composer run test -- --group DB,SLOWDB",
67
"test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml"
0 commit comments