From f6631ff901ce12d70db09c8047bff9c2f8aa0067 Mon Sep 17 00:00:00 2001 From: Alexander Kiryuhin Date: Fri, 14 Feb 2014 01:19:52 +0400 Subject: [PATCH] ~ Third fix --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 74be006..55cb56d 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,10 @@ "autoload": { "psr-0": {"nxp//RutilsBundle": "src/"} }, + "target-dir": "nxp/RutilsBundle", "require": { "php": ">=5.4.0", "symfony/framework-bundle": "~2.2", - "andre_487/php_rutils": "1.1.1" + "andre_487/php_rutils": "1.1.1" } }