From 56af1d2301af19f26dceeb42807ea346827045c2 Mon Sep 17 00:00:00 2001 From: "tastendruck[bot]" <191388063+tastendruck[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:30:20 +0000 Subject: [PATCH] :robot: `composer-normalize` Automated commit by the `Composer Normalize` workflow. --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index bbf0aad..170c74e 100644 --- a/composer.json +++ b/composer.json @@ -69,13 +69,13 @@ "@php ./bin/update-all-versions", "XDEBUG_MODE=off pest --update-snapshots" ], - "pest": "pest", - "pest:e2e": "XDEBUG_MODE=off pest --group=e2e", - "pest:feature": "pest --group=feature", - "pest:unit": "pest --group=unit", "lint": [ "pint --test", "phpstan analyse" - ] + ], + "pest": "pest", + "pest:e2e": "XDEBUG_MODE=off pest --group=e2e", + "pest:feature": "pest --group=feature", + "pest:unit": "pest --group=unit" } }