From 66e8de0f94952ec9816767a72b7f48a25da71a39 Mon Sep 17 00:00:00 2001 From: Rekky Date: Wed, 30 Jan 2013 19:38:53 +0400 Subject: [PATCH] Fix autoload path --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index afde016..ab36100 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,5 @@ "psr-0": { "BeSimple\\SoapCommon": "src/" } - }, - "target-dir": "BeSimple/SoapCommon" + } }