From e1d42ed7d30e6a800923f4387f1958125a8a05d4 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Wed, 11 Oct 2017 09:25:29 +0100 Subject: [PATCH] rename script commands --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 04ed20e2..f41f1b7a 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "type": "project", "license": "GPL-2.0", "scripts": { - "check": "php-cs-fixer fix --ansi --dry-run --diff", - "fix": "php-cs-fixer fix --ansi", + "check-format": "php-cs-fixer fix --ansi --dry-run --diff", + "format": "php-cs-fixer fix --ansi", "lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ ." }, "require": {