diff options
author | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 01:36:23 +0400 |
---|---|---|
committer | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 01:36:23 +0400 |
commit | 996e24bb44feed349a3f0ad04c0e48c15e7f5190 (patch) | |
tree | fcd7e515039cc2ce03020b37a71903de16596038 | |
parent | f6631ff901ce12d70db09c8047bff9c2f8aa0067 (diff) |
-rw-r--r-- | DependencyInjection/Configuration.php (renamed from src/NXP/RutilsBundle/DependencyInjection/Configuration.php) | 0 | ||||
-rw-r--r-- | DependencyInjection/nxpRutilsExtension.php (renamed from src/NXP/RutilsBundle/DependencyInjection/nxpRutilsExtension.php) | 0 | ||||
-rw-r--r-- | Resources/config/services.yml (renamed from src/NXP/RutilsBundle/Resources/config/services.yml) | 0 | ||||
-rw-r--r-- | Resources/doc/index.rst (renamed from src/NXP/RutilsBundle/Resources/doc/index.rst) | 0 | ||||
-rw-r--r-- | Twig/RutilsExtension.php (renamed from src/NXP/RutilsBundle/Twig/RutilsExtension.php) | 0 | ||||
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | nxpRutilsBundle.php (renamed from src/NXP/RutilsBundle/nxpRutilsBundle.php) | 0 |
7 files changed, 1 insertions, 1 deletions
diff --git a/src/NXP/RutilsBundle/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 45b3ca8..45b3ca8 100644 --- a/src/NXP/RutilsBundle/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php diff --git a/src/NXP/RutilsBundle/DependencyInjection/nxpRutilsExtension.php b/DependencyInjection/nxpRutilsExtension.php index 2b2a39b..2b2a39b 100644 --- a/src/NXP/RutilsBundle/DependencyInjection/nxpRutilsExtension.php +++ b/DependencyInjection/nxpRutilsExtension.php diff --git a/src/NXP/RutilsBundle/Resources/config/services.yml b/Resources/config/services.yml index 431641b..431641b 100644 --- a/src/NXP/RutilsBundle/Resources/config/services.yml +++ b/Resources/config/services.yml diff --git a/src/NXP/RutilsBundle/Resources/doc/index.rst b/Resources/doc/index.rst index 4b94f4d..4b94f4d 100644 --- a/src/NXP/RutilsBundle/Resources/doc/index.rst +++ b/Resources/doc/index.rst diff --git a/src/NXP/RutilsBundle/Twig/RutilsExtension.php b/Twig/RutilsExtension.php index d4cf8c2..d4cf8c2 100644 --- a/src/NXP/RutilsBundle/Twig/RutilsExtension.php +++ b/Twig/RutilsExtension.php diff --git a/composer.json b/composer.json index 55cb56d..90c1538 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "autoload": { - "psr-0": {"nxp//RutilsBundle": "src/"} + "psr-0": {"nxp\\RutilsBundle": ""} }, "target-dir": "nxp/RutilsBundle", "require": { diff --git a/src/NXP/RutilsBundle/nxpRutilsBundle.php b/nxpRutilsBundle.php index a46734f..a46734f 100644 --- a/src/NXP/RutilsBundle/nxpRutilsBundle.php +++ b/nxpRutilsBundle.php |