Sfoglia il codice sorgente

Added php-formatter as dependency

* Also added .formatter.yml file
mmoreram 10 anni fa
parent
commit
7fca1bfb1a
2 ha cambiato i file con 9 aggiunte e 1 eliminazioni
  1. 7 0
      .formatter.yml
  2. 2 1
      composer.json

+ 7 - 0
.formatter.yml

@@ -0,0 +1,7 @@
+use-sort:
+    group:
+        - _main
+        - Mmoreram
+    group-type: each
+    sort-type: alph
+    sort-direction: asc

+ 2 - 1
composer.json

@@ -30,7 +30,8 @@
         "symfony/finder": ">=2.1"
     },
     "require-dev": {
-        "phpunit/phpunit": ">=3.7"
+        "phpunit/phpunit": ">=3.7",
+        "mmoreram/php-formatter": "~1.0"
     },
     "target-dir": "Mmoreram/GearmanBundle",
     "autoload": {