Browse Source

renamed fixer to php-cs-fixer and added it to composer.json

Fabien Potencier 12 years ago
parent
commit
e08156f8b8
2 changed files with 2 additions and 1 deletions
  1. 2 1
      composer.json
  2. 0 0
      php-cs-fixer

+ 2 - 1
composer.json

@@ -17,5 +17,6 @@
     },
     "autoload": {
         "psr-0": { "Symfony\\CS": "." }
-    }
+    },
+    "bin": ["php-cs-fixer"]
 }

+ 0 - 0
fixer → php-cs-fixer