Browse Source

Moved the composer bin back in the vendor folder

It does not make sense to put them in a non-ignored folder, and they are
not needed for packagist anyway.
Christophe Coevoet 12 years ago
parent
commit
78180ff3a2
2 changed files with 1 additions and 4 deletions
  1. 0 3
      composer.json
  2. 1 1
      composer.lock

+ 0 - 3
composer.json

@@ -54,9 +54,6 @@
             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
         ]
     },
-    "config": {
-        "bin-dir": "bin"
-    },
     "extra": {
         "symfony-app-dir": "app",
         "symfony-web-dir": "web"

+ 1 - 1
composer.lock

@@ -1,5 +1,5 @@
 {
-    "hash": "f213345e7df3e164f2c73ef89edd81c4",
+    "hash": "7ec0e6e0a9c4da86f2c0093fc032a99a",
     "packages": [
         {
             "package": "composer/composer",