瀏覽代碼

Added the binary in the composer.json file

Christophe Coevoet 13 年之前
父節點
當前提交
b3fc995442
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      composer.json

+ 2 - 1
composer.json

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