소스 검색

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"]
 }