From 148f956272792d42e91373a44d41b23bcae38a63 Mon Sep 17 00:00:00 2001 From: barryvdh <973269+barryvdh@users.noreply.github.com> Date: Sat, 7 Feb 2026 13:33:03 +0000 Subject: [PATCH] normalize composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index af3686f..57a1bc7 100644 --- a/composer.json +++ b/composer.json @@ -76,6 +76,7 @@ }, "scripts": { "analyze": "phpstan", + "analyze-set-baseline": "phpstan --generate-baseline", "check-style": [ "php-cs-fixer fix --diff --diff-format=udiff --dry-run", "php-cs-fixer fix --diff --diff-format=udiff --dry-run --config=.php_cs.tests.php" @@ -84,7 +85,6 @@ "php-cs-fixer fix", "php-cs-fixer fix --config=.php-cs-fixer.tests.php" ], - "analyze-set-baseline": "phpstan --generate-baseline", "test": "phpunit", "test-ci": "phpunit -d --without-creating-snapshots", "test-regenerate": "phpunit -d --update-snapshots"