From 4f260cf8659f4f143e27f056b24ca389b8c54366 Mon Sep 17 00:00:00 2001 From: Alexander Kiryuhin Date: Fri, 14 Feb 2014 01:03:30 +0400 Subject: [PATCH] ~ Fix autoloader --- composer.json | 2 +- .../NXP/DependencyInjection}/Configuration.php | 0 .../NXP/DependencyInjection}/nxpRutilsExtension.php | 0 {Resources => src/NXP/Resources}/config/services.yml | 0 {Resources => src/NXP/Resources}/doc/index.rst | 0 {Twig => src/NXP/Twig}/RutilsExtension.php | 0 nxpRutilsBundle.php => src/NXP/nxpRutilsBundle.php | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename {DependencyInjection => src/NXP/DependencyInjection}/Configuration.php (100%) rename {DependencyInjection => src/NXP/DependencyInjection}/nxpRutilsExtension.php (100%) rename {Resources => src/NXP/Resources}/config/services.yml (100%) rename {Resources => src/NXP/Resources}/doc/index.rst (100%) rename {Twig => src/NXP/Twig}/RutilsExtension.php (100%) rename nxpRutilsBundle.php => src/NXP/nxpRutilsBundle.php (100%) diff --git a/composer.json b/composer.json index 5f13ed3..d0c26c4 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "autoload": { - "psr-0": {"NXP\\RutilsBundle": ""} + "psr-0": {"NXP": "src/"} }, "require": { "php": ">=5.4.0", diff --git a/DependencyInjection/Configuration.php b/src/NXP/DependencyInjection/Configuration.php similarity index 100% rename from DependencyInjection/Configuration.php rename to src/NXP/DependencyInjection/Configuration.php diff --git a/DependencyInjection/nxpRutilsExtension.php b/src/NXP/DependencyInjection/nxpRutilsExtension.php similarity index 100% rename from DependencyInjection/nxpRutilsExtension.php rename to src/NXP/DependencyInjection/nxpRutilsExtension.php diff --git a/Resources/config/services.yml b/src/NXP/Resources/config/services.yml similarity index 100% rename from Resources/config/services.yml rename to src/NXP/Resources/config/services.yml diff --git a/Resources/doc/index.rst b/src/NXP/Resources/doc/index.rst similarity index 100% rename from Resources/doc/index.rst rename to src/NXP/Resources/doc/index.rst diff --git a/Twig/RutilsExtension.php b/src/NXP/Twig/RutilsExtension.php similarity index 100% rename from Twig/RutilsExtension.php rename to src/NXP/Twig/RutilsExtension.php diff --git a/nxpRutilsBundle.php b/src/NXP/nxpRutilsBundle.php similarity index 100% rename from nxpRutilsBundle.php rename to src/NXP/nxpRutilsBundle.php