diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
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" } } |