Skip to content

Commit d212417

Browse files
author
Sine Jespersen
committed
5289: normalize composer
1 parent 58700d1 commit d212417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"cache:clear": "symfony-cmd",
122122
"assets:install %PUBLIC_DIR%": "symfony-cmd"
123123
},
124+
"code-analysis": "vendor/bin/psalm",
124125
"coding-standards-apply": [
125126
"vendor/bin/php-cs-fixer fix"
126127
],
@@ -150,7 +151,6 @@
150151
"update-api-spec": [
151152
"bin/console api:openapi:export --output=public/api-spec-v2.yaml --yaml --no-interaction",
152153
"bin/console api:openapi:export --output=public/api-spec-v2.json --no-interaction"
153-
],
154-
"code-analysis": "vendor/bin/psalm"
154+
]
155155
}
156156
}

0 commit comments

Comments
 (0)