Skip to content

Commit 08edb4d

Browse files
Removed trailing comma
1 parent 59cf02c commit 08edb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
],
5656
"start": [
5757
"@composer run build",
58-
"@php vendor/bin/testbench serve",
58+
"@php vendor/bin/testbench serve"
5959
],
6060
"analyse": "vendor/bin/phpstan analyse",
6161
"test": "vendor/bin/pest",

0 commit comments

Comments
 (0)