From bf3dea668f9052b8db3ecc766651c5844196c68d Mon Sep 17 00:00:00 2001 From: Wesley Overdijk Date: Sun, 6 Jan 2013 16:43:41 +0100 Subject: [PATCH] Update composer.json target-dir is not needed. All it does, is nest everything another level deeper. It should only be used for completing psr-0 paths. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 5ddf136360..abde63128e 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,5 @@ , "homepage": "http://twitter.github.com/bootstrap/" , "author": "Twitter Inc." , "license": "Apache-2.0" - , "target-dir": "twitter/bootstrap" }