Skip to content

Commit 0fd9e42

Browse files
Update Composer scripts
1 parent 297fdac commit 0fd9e42

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
@@ -58,11 +58,11 @@
5858
"@lint",
5959
"@test"
6060
],
61-
"check-lowest": [
61+
"check:lowest": [
6262
"composer update --prefer-lowest --prefer-dist --no-interaction --ansi",
6363
"@check"
6464
],
65-
"check-stable": [
65+
"check:stable": [
6666
"composer update --prefer-stable --prefer-dist --no-interaction --ansi",
6767
"@check"
6868
]

0 commit comments

Comments
 (0)