Skip to content

Commit 5289046

Browse files
committed
Normalize composer.json
1 parent 452a3b1 commit 5289046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"check-unused": "tools/composer-unused/vendor/bin/composer-unused",
6060
"fixcs": "php-cs-fixer fix --diff --verbose",
6161
"infection": "tools/infection/vendor/bin/infection --show-mutations",
62-
"pre-command-run": "mkdir -p var",
6362
"phpstan": "tools/phpstan/vendor/bin/phpstan analyze",
63+
"pre-command-run": "mkdir -p var",
6464
"test": "phpunit"
6565
}
6666
}

0 commit comments

Comments
 (0)