Skip to content

Commit

Permalink
normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn authored and actions-user committed Sep 8, 2020
1 parent 7f4a3f3 commit 7fea330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"prefer-stable": true,
"scripts": {
"analyze": "psalm",
"psalm-set-baseline": "psalm --set-baseline=psalm-baseline.xml",
"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"
Expand All @@ -76,6 +75,7 @@
"php-cs-fixer fix",
"php-cs-fixer fix --config=.php_cs.tests.php"
],
"psalm-set-baseline": "psalm --set-baseline=psalm-baseline.xml",
"test": "phpunit",
"test-ci": "phpunit -d --without-creating-snapshots",
"test-regenerate": "phpunit -d --update-snapshots"
Expand Down

0 comments on commit 7fea330

Please sign in to comment.