diff options
author | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 01:19:52 +0400 |
---|---|---|
committer | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 01:19:52 +0400 |
commit | f6631ff901ce12d70db09c8047bff9c2f8aa0067 (patch) | |
tree | 5eebae52bf83dcb3f00ad4f379dd8571f0342bc5 | |
parent | 99f34d74e5a89fe4775e474df39acfe57a3fb101 (diff) |
~ Third fix
-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" } } |