Skip to content

Commit 7d7894f

Browse files
🤖 composer-normalize (#48)
Automated commit by the `Composer Normalize` workflow. Co-authored-by: tastendruck[bot] <191388063+tastendruck[bot]@users.noreply.github.com>
1 parent 17e1eb4 commit 7d7894f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
"@php ./bin/update-all-versions",
7070
"XDEBUG_MODE=off pest --update-snapshots"
7171
],
72-
"pest": "pest",
73-
"pest:e2e": "XDEBUG_MODE=off pest --group=e2e",
74-
"pest:feature": "pest --group=feature",
75-
"pest:unit": "pest --group=unit",
7672
"lint": [
7773
"pint --test",
7874
"phpstan analyse"
79-
]
75+
],
76+
"pest": "pest",
77+
"pest:e2e": "XDEBUG_MODE=off pest --group=e2e",
78+
"pest:feature": "pest --group=feature",
79+
"pest:unit": "pest --group=unit"
8080
}
8181
}

0 commit comments

Comments
 (0)