aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kiryuhin <frei@neonxp.info>2014-02-14 01:03:30 +0400
committerAlexander Kiryuhin <frei@neonxp.info>2014-02-14 01:03:30 +0400
commit4f260cf8659f4f143e27f056b24ca389b8c54366 (patch)
treed9a065ca2095656804eb5ed20ff64f1bb6ea5584
parentfaf2b7ae7c95f0c4aa51747def02faf491bf5a48 (diff)
~ Fix autoloader
-rw-r--r--composer.json2
-rw-r--r--src/NXP/DependencyInjection/Configuration.php (renamed from DependencyInjection/Configuration.php)0
-rw-r--r--src/NXP/DependencyInjection/nxpRutilsExtension.php (renamed from DependencyInjection/nxpRutilsExtension.php)0
-rw-r--r--src/NXP/Resources/config/services.yml (renamed from Resources/config/services.yml)0
-rw-r--r--src/NXP/Resources/doc/index.rst (renamed from Resources/doc/index.rst)0
-rw-r--r--src/NXP/Twig/RutilsExtension.php (renamed from Twig/RutilsExtension.php)0
-rw-r--r--src/NXP/nxpRutilsBundle.php (renamed from nxpRutilsBundle.php)0
7 files changed, 1 insertions, 1 deletions
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
index 45b3ca8..45b3ca8 100644
--- a/DependencyInjection/Configuration.php
+++ b/src/NXP/DependencyInjection/Configuration.php
diff --git a/DependencyInjection/nxpRutilsExtension.php b/src/NXP/DependencyInjection/nxpRutilsExtension.php
index 2b2a39b..2b2a39b 100644
--- a/DependencyInjection/nxpRutilsExtension.php
+++ b/src/NXP/DependencyInjection/nxpRutilsExtension.php
diff --git a/Resources/config/services.yml b/src/NXP/Resources/config/services.yml
index 431641b..431641b 100644
--- a/Resources/config/services.yml
+++ b/src/NXP/Resources/config/services.yml
diff --git a/Resources/doc/index.rst b/src/NXP/Resources/doc/index.rst
index 4b94f4d..4b94f4d 100644
--- a/Resources/doc/index.rst
+++ b/src/NXP/Resources/doc/index.rst
diff --git a/Twig/RutilsExtension.php b/src/NXP/Twig/RutilsExtension.php
index d4cf8c2..d4cf8c2 100644
--- a/Twig/RutilsExtension.php
+++ b/src/NXP/Twig/RutilsExtension.php
diff --git a/nxpRutilsBundle.php b/src/NXP/nxpRutilsBundle.php
index a46734f..a46734f 100644
--- a/nxpRutilsBundle.php
+++ b/src/NXP/nxpRutilsBundle.php