Skip to content

Commit bc6db33

Browse files
updated
1 parent 3a30eb3 commit bc6db33

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@
3939
"test:lint": "pint",
4040
"test:unit": "phpunit",
4141
"test:type": "phpstan analyse --ansi",
42-
"test": ["test:lint","@test:unit", "@test:type"]
42+
"test": [
43+
"@test:lint",
44+
"@test:unit",
45+
"@test:type"
46+
]
4347
},
4448
"config": {
4549
"optimize-autoloader": true,

0 commit comments

Comments
 (0)