normalize composer.json

This commit is contained in:
barryvdh
2026-02-07 13:33:03 +00:00
committed by github-actions[bot]
parent cff155b0d3
commit 148f956272
+1 -1
View File
@@ -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"