diff --git a/src/TwigExtension/Talk/TalksExtension.php b/app/src/TwigExtension/Talk/TalksExtension.php similarity index 100% rename from src/TwigExtension/Talk/TalksExtension.php rename to app/src/TwigExtension/Talk/TalksExtension.php diff --git a/tests/TwigExtension/Talk/RetrievingEventsTest.php b/app/tests/TwigExtension/Talk/RetrievingEventsTest.php similarity index 100% rename from tests/TwigExtension/Talk/RetrievingEventsTest.php rename to app/tests/TwigExtension/Talk/RetrievingEventsTest.php diff --git a/tests/TwigExtension/Talk/RetrievingTalksTest.php b/app/tests/TwigExtension/Talk/RetrievingTalksTest.php similarity index 100% rename from tests/TwigExtension/Talk/RetrievingTalksTest.php rename to app/tests/TwigExtension/Talk/RetrievingTalksTest.php diff --git a/composer.json b/composer.json index 5e4dfa27..898f1b27 100644 --- a/composer.json +++ b/composer.json @@ -50,12 +50,12 @@ }, "autoload": { "psr-4": { - "App\\": "src" + "App\\": "app/src" } }, "autoload-dev": { "psr-4": { - "App\\Tests\\": "tests" + "App\\Tests\\": "app/tests" } } }