mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
normalize composer.json
This commit is contained in:
committed by
github-actions[bot]
parent
cff155b0d3
commit
148f956272
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user