Przeglądaj źródła

Added the binary in the composer.json file

Christophe Coevoet 13 lat temu
rodzic
commit
b3fc995442
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      composer.json

+ 2 - 1
composer.json

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