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 22
22
}],
23
23
"scripts" : {
24
24
"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" ],
26
26
"coverage_linux" : " export XDEBUG_MODE=coverage && vendor/bin/phpunit --bootstrap vendor/autoload.php --configuration coverage.xml --testsuite main" ,
27
27
"coverage_windows" : " setlocal xdebug.mode=coverage && %cd%/vendor/bin/phpunit --bootstrap vendor/autoload.php --configuration coverage.xml --testsuite main"
28
28
},
47
47
"phpunit/php-code-coverage" : " ^9.2.24" ,
48
48
"google/cloud-tools" : " ^0.13.0"
49
49
},
50
-
51
50
"autoload" : {
52
51
"psr-4" : {
53
52
"CloudFunctions\\ " : " src"
You can’t perform that action at this time.
0 commit comments