From 1cf1a3fa8537c248647d0b9c88da3ce47d33e7ca Mon Sep 17 00:00:00 2001 From: Geert Eltink Date: Sat, 17 Sep 2016 15:48:55 +0200 Subject: [PATCH] Fix composer check script In commit ea36f0aa27e2e74f0a0a93ede4aff5f692250796 the script was renamed to cs-check for consistency. However the reference in the check script was left untouched. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e79f4f4..e5c37bc 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "pre-install-cmd": "ExpressiveInstaller\\OptionalPackages::install", "pre-update-cmd": "ExpressiveInstaller\\OptionalPackages::install", "check": [ - "@cs", + "@cs-check", "@test" ], "cs-check": "phpcs",