Преглед изворни кода

Merge pull request #143 from stof/patch-2

Added the binary in the composer.json file
Nils Adermann пре 13 година
родитељ
комит
e3878c715f
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -28,5 +28,6 @@
     },
     "autoload": {
         "psr-0": { "Composer": "src/" }
-    }
+    },
+    "bin": ["bin/composer"]
 }