From 0864a10ef021f29884e49590f2f4866f53ad7369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Sun, 7 Jan 2018 23:17:34 +0100 Subject: [PATCH] PHP CS Fixer: add fixer alias --- friendsofphp/php-cs-fixer/2.2/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/friendsofphp/php-cs-fixer/2.2/manifest.json b/friendsofphp/php-cs-fixer/2.2/manifest.json index 668e4c76..d1a0e5b2 100644 --- a/friendsofphp/php-cs-fixer/2.2/manifest.json +++ b/friendsofphp/php-cs-fixer/2.2/manifest.json @@ -1,4 +1,5 @@ { + "aliases": ["fixer"], "copy-from-recipe": { ".php_cs.dist": ".php_cs.dist" },