File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2222 }],
2323 "scripts" : {
2424 "test" : " vendor/bin/phpunit --bootstrap vendor/autoload.php --configuration phpunit.xml --testsuite main" ,
25- "start" : [ " Composer\\ Config::disableProcessTimeout" , " FUNCTION_TARGET=on_https php -S localhost:${PORT:-8081} vendor/bin/router.php" ],
25+ "start" : [ " Composer\\ Config::disableProcessTimeout" , " FUNCTION_TARGET=on_https php -S localhost:${PORT:-8081} vendor/bin/router.php" ],
2626 "coverage_linux" : " export XDEBUG_MODE=coverage && vendor/bin/phpunit --bootstrap vendor/autoload.php --configuration coverage.xml --testsuite main" ,
2727 "coverage_windows" : " setlocal xdebug.mode=coverage && %cd%/vendor/bin/phpunit --bootstrap vendor/autoload.php --configuration coverage.xml --testsuite main"
2828 },
4747 "phpunit/php-code-coverage" : " ^9.2.24" ,
4848 "google/cloud-tools" : " ^0.13.0"
4949 },
50-
5150 "autoload" : {
5251 "psr-4" : {
5352 "CloudFunctions\\ " : " src"
You can’t perform that action at this time.
0 commit comments