Skip to content

Commit 44c61e5

Browse files
committed
Script tweaks
No need for php environment Timeout extended for dev serving
1 parent 48c7d21 commit 44c61e5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@
2828
}
2929
},
3030
"scripts": {
31-
"lint": "@php vendor/bin/php-cs-fixer -vvv fix --using-cache=no --dry-run .",
32-
"test": "@php vendor/bin/phpunit --colors=always",
31+
"lint": "vendor/bin/php-cs-fixer -vvv fix --using-cache=no --dry-run .",
32+
"test": "vendor/bin/phpunit --colors=always",
3333
"serve-examples": "@php -S localhost:8080 -t examples"
34+
},
35+
"config": {
36+
"process-timeout": 0
3437
}
3538
}

0 commit comments

Comments
 (0)