diff --git a/.gitignore b/src/Bundle/ChillReport/.gitignore similarity index 100% rename from .gitignore rename to src/Bundle/ChillReport/.gitignore diff --git a/.gitlab-ci.yml b/src/Bundle/ChillReport/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to src/Bundle/ChillReport/.gitlab-ci.yml diff --git a/CHANGELOG.md b/src/Bundle/ChillReport/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to src/Bundle/ChillReport/CHANGELOG.md diff --git a/ChillReportBundle.php b/src/Bundle/ChillReport/ChillReportBundle.php similarity index 100% rename from ChillReportBundle.php rename to src/Bundle/ChillReport/ChillReportBundle.php diff --git a/Controller/ReportController.php b/src/Bundle/ChillReport/Controller/ReportController.php similarity index 100% rename from Controller/ReportController.php rename to src/Bundle/ChillReport/Controller/ReportController.php diff --git a/DataFixtures/ORM/LoadCustomField.php b/src/Bundle/ChillReport/DataFixtures/ORM/LoadCustomField.php similarity index 100% rename from DataFixtures/ORM/LoadCustomField.php rename to src/Bundle/ChillReport/DataFixtures/ORM/LoadCustomField.php diff --git a/DataFixtures/ORM/LoadCustomFieldsGroup.php b/src/Bundle/ChillReport/DataFixtures/ORM/LoadCustomFieldsGroup.php similarity index 100% rename from DataFixtures/ORM/LoadCustomFieldsGroup.php rename to src/Bundle/ChillReport/DataFixtures/ORM/LoadCustomFieldsGroup.php diff --git a/DataFixtures/ORM/LoadReportACL.php b/src/Bundle/ChillReport/DataFixtures/ORM/LoadReportACL.php similarity index 100% rename from DataFixtures/ORM/LoadReportACL.php rename to src/Bundle/ChillReport/DataFixtures/ORM/LoadReportACL.php diff --git a/DataFixtures/ORM/LoadReports.php b/src/Bundle/ChillReport/DataFixtures/ORM/LoadReports.php similarity index 100% rename from DataFixtures/ORM/LoadReports.php rename to src/Bundle/ChillReport/DataFixtures/ORM/LoadReports.php diff --git a/DependencyInjection/ChillReportExtension.php b/src/Bundle/ChillReport/DependencyInjection/ChillReportExtension.php similarity index 100% rename from DependencyInjection/ChillReportExtension.php rename to src/Bundle/ChillReport/DependencyInjection/ChillReportExtension.php diff --git a/DependencyInjection/Configuration.php b/src/Bundle/ChillReport/DependencyInjection/Configuration.php similarity index 100% rename from DependencyInjection/Configuration.php rename to src/Bundle/ChillReport/DependencyInjection/Configuration.php diff --git a/Entity/Report.php b/src/Bundle/ChillReport/Entity/Report.php similarity index 100% rename from Entity/Report.php rename to src/Bundle/ChillReport/Entity/Report.php diff --git a/Export/Export/ReportList.php b/src/Bundle/ChillReport/Export/Export/ReportList.php similarity index 100% rename from Export/Export/ReportList.php rename to src/Bundle/ChillReport/Export/Export/ReportList.php diff --git a/Export/Export/ReportListProvider.php b/src/Bundle/ChillReport/Export/Export/ReportListProvider.php similarity index 100% rename from Export/Export/ReportListProvider.php rename to src/Bundle/ChillReport/Export/Export/ReportListProvider.php diff --git a/Export/Filter/ReportDateFilter.php b/src/Bundle/ChillReport/Export/Filter/ReportDateFilter.php similarity index 100% rename from Export/Filter/ReportDateFilter.php rename to src/Bundle/ChillReport/Export/Filter/ReportDateFilter.php diff --git a/Form/ReportType.php b/src/Bundle/ChillReport/Form/ReportType.php similarity index 100% rename from Form/ReportType.php rename to src/Bundle/ChillReport/Form/ReportType.php diff --git a/LICENSE b/src/Bundle/ChillReport/LICENSE similarity index 100% rename from LICENSE rename to src/Bundle/ChillReport/LICENSE diff --git a/README.md b/src/Bundle/ChillReport/README.md similarity index 100% rename from README.md rename to src/Bundle/ChillReport/README.md diff --git a/Resources/config/doctrine/Report.orm.yml b/src/Bundle/ChillReport/Resources/config/doctrine/Report.orm.yml similarity index 100% rename from Resources/config/doctrine/Report.orm.yml rename to src/Bundle/ChillReport/Resources/config/doctrine/Report.orm.yml diff --git a/Resources/config/routing.yml b/src/Bundle/ChillReport/Resources/config/routing.yml similarity index 100% rename from Resources/config/routing.yml rename to src/Bundle/ChillReport/Resources/config/routing.yml diff --git a/Resources/config/services.yml b/src/Bundle/ChillReport/Resources/config/services.yml similarity index 100% rename from Resources/config/services.yml rename to src/Bundle/ChillReport/Resources/config/services.yml diff --git a/Resources/config/services/controller.yml b/src/Bundle/ChillReport/Resources/config/services/controller.yml similarity index 100% rename from Resources/config/services/controller.yml rename to src/Bundle/ChillReport/Resources/config/services/controller.yml diff --git a/Resources/config/services/export.yml b/src/Bundle/ChillReport/Resources/config/services/export.yml similarity index 100% rename from Resources/config/services/export.yml rename to src/Bundle/ChillReport/Resources/config/services/export.yml diff --git a/Resources/config/services/fixtures.yml b/src/Bundle/ChillReport/Resources/config/services/fixtures.yml similarity index 100% rename from Resources/config/services/fixtures.yml rename to src/Bundle/ChillReport/Resources/config/services/fixtures.yml diff --git a/Resources/config/validation.yml b/src/Bundle/ChillReport/Resources/config/validation.yml similarity index 100% rename from Resources/config/validation.yml rename to src/Bundle/ChillReport/Resources/config/validation.yml diff --git a/Resources/migrations/Version20141129012050.php b/src/Bundle/ChillReport/Resources/migrations/Version20141129012050.php similarity index 100% rename from Resources/migrations/Version20141129012050.php rename to src/Bundle/ChillReport/Resources/migrations/Version20141129012050.php diff --git a/Resources/migrations/Version20150622233319.php b/src/Bundle/ChillReport/Resources/migrations/Version20150622233319.php similarity index 100% rename from Resources/migrations/Version20150622233319.php rename to src/Bundle/ChillReport/Resources/migrations/Version20150622233319.php diff --git a/Resources/test/Fixtures/.DS_Store b/src/Bundle/ChillReport/Resources/test/Fixtures/.DS_Store similarity index 100% rename from Resources/test/Fixtures/.DS_Store rename to src/Bundle/ChillReport/Resources/test/Fixtures/.DS_Store diff --git a/Resources/test/Fixtures/App/app/AppKernel.php b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/AppKernel.php similarity index 100% rename from Resources/test/Fixtures/App/app/AppKernel.php rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/AppKernel.php diff --git a/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore similarity index 100% rename from Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore diff --git a/Resources/test/Fixtures/App/app/autoload.php b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/autoload.php similarity index 100% rename from Resources/test/Fixtures/App/app/autoload.php rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/autoload.php diff --git a/Resources/test/Fixtures/App/app/bootstrap.php.cache b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/bootstrap.php.cache similarity index 100% rename from Resources/test/Fixtures/App/app/bootstrap.php.cache rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/bootstrap.php.cache diff --git a/Resources/test/Fixtures/App/app/config/config.yml b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/config.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/config.yml rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/config.yml diff --git a/Resources/test/Fixtures/App/app/config/config_dev.yml b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/config_dev.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/config_dev.yml rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/config_dev.yml diff --git a/Resources/test/Fixtures/App/app/config/config_test.yml b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/config_test.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/config_test.yml rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/config_test.yml diff --git a/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml diff --git a/Resources/test/Fixtures/App/app/config/parameters.yml b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/parameters.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/parameters.yml rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/parameters.yml diff --git a/Resources/test/Fixtures/App/app/config/parameters.yml.dist b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/parameters.yml.dist similarity index 100% rename from Resources/test/Fixtures/App/app/config/parameters.yml.dist rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/parameters.yml.dist diff --git a/Resources/test/Fixtures/App/app/config/routing.yml b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/routing.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/routing.yml rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/routing.yml diff --git a/Resources/test/Fixtures/App/app/console b/src/Bundle/ChillReport/Resources/test/Fixtures/App/app/console similarity index 100% rename from Resources/test/Fixtures/App/app/console rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/app/console diff --git a/Resources/test/Fixtures/App/web/.gitignore b/src/Bundle/ChillReport/Resources/test/Fixtures/App/web/.gitignore similarity index 100% rename from Resources/test/Fixtures/App/web/.gitignore rename to src/Bundle/ChillReport/Resources/test/Fixtures/App/web/.gitignore diff --git a/Resources/translations/messages.fr.yml b/src/Bundle/ChillReport/Resources/translations/messages.fr.yml similarity index 100% rename from Resources/translations/messages.fr.yml rename to src/Bundle/ChillReport/Resources/translations/messages.fr.yml diff --git a/Resources/translations/messages.nl.yml b/src/Bundle/ChillReport/Resources/translations/messages.nl.yml similarity index 100% rename from Resources/translations/messages.nl.yml rename to src/Bundle/ChillReport/Resources/translations/messages.nl.yml diff --git a/Resources/views/Report/edit.html.twig b/src/Bundle/ChillReport/Resources/views/Report/edit.html.twig similarity index 100% rename from Resources/views/Report/edit.html.twig rename to src/Bundle/ChillReport/Resources/views/Report/edit.html.twig diff --git a/Resources/views/Report/export.csv.twig b/src/Bundle/ChillReport/Resources/views/Report/export.csv.twig similarity index 100% rename from Resources/views/Report/export.csv.twig rename to src/Bundle/ChillReport/Resources/views/Report/export.csv.twig diff --git a/Resources/views/Report/list.html.twig b/src/Bundle/ChillReport/Resources/views/Report/list.html.twig similarity index 100% rename from Resources/views/Report/list.html.twig rename to src/Bundle/ChillReport/Resources/views/Report/list.html.twig diff --git a/Resources/views/Report/new.html.twig b/src/Bundle/ChillReport/Resources/views/Report/new.html.twig similarity index 100% rename from Resources/views/Report/new.html.twig rename to src/Bundle/ChillReport/Resources/views/Report/new.html.twig diff --git a/Resources/views/Report/select_report_type.html.twig b/src/Bundle/ChillReport/Resources/views/Report/select_report_type.html.twig similarity index 100% rename from Resources/views/Report/select_report_type.html.twig rename to src/Bundle/ChillReport/Resources/views/Report/select_report_type.html.twig diff --git a/Resources/views/Report/select_report_type_for_export.html.twig b/src/Bundle/ChillReport/Resources/views/Report/select_report_type_for_export.html.twig similarity index 100% rename from Resources/views/Report/select_report_type_for_export.html.twig rename to src/Bundle/ChillReport/Resources/views/Report/select_report_type_for_export.html.twig diff --git a/Resources/views/Report/view.html.twig b/src/Bundle/ChillReport/Resources/views/Report/view.html.twig similarity index 100% rename from Resources/views/Report/view.html.twig rename to src/Bundle/ChillReport/Resources/views/Report/view.html.twig diff --git a/Resources/views/Search/results.html.twig b/src/Bundle/ChillReport/Resources/views/Search/results.html.twig similarity index 100% rename from Resources/views/Search/results.html.twig rename to src/Bundle/ChillReport/Resources/views/Search/results.html.twig diff --git a/Resources/views/Timeline/report_person_context.html.twig b/src/Bundle/ChillReport/Resources/views/Timeline/report_person_context.html.twig similarity index 100% rename from Resources/views/Timeline/report_person_context.html.twig rename to src/Bundle/ChillReport/Resources/views/Timeline/report_person_context.html.twig diff --git a/Search/ReportSearch.php b/src/Bundle/ChillReport/Search/ReportSearch.php similarity index 100% rename from Search/ReportSearch.php rename to src/Bundle/ChillReport/Search/ReportSearch.php diff --git a/Security/Authorization/ReportVoter.php b/src/Bundle/ChillReport/Security/Authorization/ReportVoter.php similarity index 100% rename from Security/Authorization/ReportVoter.php rename to src/Bundle/ChillReport/Security/Authorization/ReportVoter.php diff --git a/Tests/Controller/ReportControllerNextTest.php b/src/Bundle/ChillReport/Tests/Controller/ReportControllerNextTest.php similarity index 100% rename from Tests/Controller/ReportControllerNextTest.php rename to src/Bundle/ChillReport/Tests/Controller/ReportControllerNextTest.php diff --git a/Tests/Controller/ReportControllerTest.php b/src/Bundle/ChillReport/Tests/Controller/ReportControllerTest.php similarity index 100% rename from Tests/Controller/ReportControllerTest.php rename to src/Bundle/ChillReport/Tests/Controller/ReportControllerTest.php diff --git a/Tests/DependencyInjection/ChillReportExtensionTest.php b/src/Bundle/ChillReport/Tests/DependencyInjection/ChillReportExtensionTest.php similarity index 100% rename from Tests/DependencyInjection/ChillReportExtensionTest.php rename to src/Bundle/ChillReport/Tests/DependencyInjection/ChillReportExtensionTest.php diff --git a/Tests/Search/ReportSearchTest.php b/src/Bundle/ChillReport/Tests/Search/ReportSearchTest.php similarity index 100% rename from Tests/Search/ReportSearchTest.php rename to src/Bundle/ChillReport/Tests/Search/ReportSearchTest.php diff --git a/Tests/Security/Authorization/ReportVoterTest.php b/src/Bundle/ChillReport/Tests/Security/Authorization/ReportVoterTest.php similarity index 100% rename from Tests/Security/Authorization/ReportVoterTest.php rename to src/Bundle/ChillReport/Tests/Security/Authorization/ReportVoterTest.php diff --git a/Tests/Timeline/TimelineProviderTest.php b/src/Bundle/ChillReport/Tests/Timeline/TimelineProviderTest.php similarity index 100% rename from Tests/Timeline/TimelineProviderTest.php rename to src/Bundle/ChillReport/Tests/Timeline/TimelineProviderTest.php diff --git a/Tests/bootstrap.php b/src/Bundle/ChillReport/Tests/bootstrap.php similarity index 100% rename from Tests/bootstrap.php rename to src/Bundle/ChillReport/Tests/bootstrap.php diff --git a/Timeline/TimelineReportProvider.php b/src/Bundle/ChillReport/Timeline/TimelineReportProvider.php similarity index 100% rename from Timeline/TimelineReportProvider.php rename to src/Bundle/ChillReport/Timeline/TimelineReportProvider.php diff --git a/apigen.neon b/src/Bundle/ChillReport/apigen.neon similarity index 100% rename from apigen.neon rename to src/Bundle/ChillReport/apigen.neon diff --git a/composer.json b/src/Bundle/ChillReport/composer.json similarity index 100% rename from composer.json rename to src/Bundle/ChillReport/composer.json diff --git a/console.sh b/src/Bundle/ChillReport/console.sh similarity index 100% rename from console.sh rename to src/Bundle/ChillReport/console.sh diff --git a/phpunit.xml.dist b/src/Bundle/ChillReport/phpunit.xml.dist similarity index 100% rename from phpunit.xml.dist rename to src/Bundle/ChillReport/phpunit.xml.dist