diff options
author | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 01:11:17 +0400 |
---|---|---|
committer | Alexander Kiryuhin <frei@neonxp.info> | 2014-02-14 01:11:17 +0400 |
commit | 99f34d74e5a89fe4775e474df39acfe57a3fb101 (patch) | |
tree | 030cddf887b3b1a9db04f9e27c459dd74c0775d5 | |
parent | 9dd98088be75efec385c2b7290ba4572990a2c0d (diff) |
~Fix autoloader again
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | src/NXP/RutilsBundle/DependencyInjection/Configuration.php (renamed from src/NXP/DependencyInjection/Configuration.php) | 0 | ||||
-rw-r--r-- | src/NXP/RutilsBundle/DependencyInjection/nxpRutilsExtension.php (renamed from src/NXP/DependencyInjection/nxpRutilsExtension.php) | 0 | ||||
-rw-r--r-- | src/NXP/RutilsBundle/Resources/config/services.yml (renamed from src/NXP/Resources/config/services.yml) | 0 | ||||
-rw-r--r-- | src/NXP/RutilsBundle/Resources/doc/index.rst (renamed from src/NXP/Resources/doc/index.rst) | 0 | ||||
-rw-r--r-- | src/NXP/RutilsBundle/Twig/RutilsExtension.php (renamed from src/NXP/Twig/RutilsExtension.php) | 0 | ||||
-rw-r--r-- | src/NXP/RutilsBundle/nxpRutilsBundle.php (renamed from src/NXP/nxpRutilsBundle.php) | 0 |
7 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index d0c26c4..74be006 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "autoload": { - "psr-0": {"NXP": "src/"} + "psr-0": {"nxp//RutilsBundle": "src/"} }, "require": { "php": ">=5.4.0", diff --git a/src/NXP/DependencyInjection/Configuration.php b/src/NXP/RutilsBundle/DependencyInjection/Configuration.php index 45b3ca8..45b3ca8 100644 --- a/src/NXP/DependencyInjection/Configuration.php +++ b/src/NXP/RutilsBundle/DependencyInjection/Configuration.php diff --git a/src/NXP/DependencyInjection/nxpRutilsExtension.php b/src/NXP/RutilsBundle/DependencyInjection/nxpRutilsExtension.php index 2b2a39b..2b2a39b 100644 --- a/src/NXP/DependencyInjection/nxpRutilsExtension.php +++ b/src/NXP/RutilsBundle/DependencyInjection/nxpRutilsExtension.php diff --git a/src/NXP/Resources/config/services.yml b/src/NXP/RutilsBundle/Resources/config/services.yml index 431641b..431641b 100644 --- a/src/NXP/Resources/config/services.yml +++ b/src/NXP/RutilsBundle/Resources/config/services.yml diff --git a/src/NXP/Resources/doc/index.rst b/src/NXP/RutilsBundle/Resources/doc/index.rst index 4b94f4d..4b94f4d 100644 --- a/src/NXP/Resources/doc/index.rst +++ b/src/NXP/RutilsBundle/Resources/doc/index.rst diff --git a/src/NXP/Twig/RutilsExtension.php b/src/NXP/RutilsBundle/Twig/RutilsExtension.php index d4cf8c2..d4cf8c2 100644 --- a/src/NXP/Twig/RutilsExtension.php +++ b/src/NXP/RutilsBundle/Twig/RutilsExtension.php diff --git a/src/NXP/nxpRutilsBundle.php b/src/NXP/RutilsBundle/nxpRutilsBundle.php index a46734f..a46734f 100644 --- a/src/NXP/nxpRutilsBundle.php +++ b/src/NXP/RutilsBundle/nxpRutilsBundle.php |