Browse Source

Merge pull request #143 from stof/patch-2

Added the binary in the composer.json file
Nils Adermann 13 năm trước cách đây
mục cha
commit
e3878c715f
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      composer.json

+ 2 - 1
composer.json

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