diff --git a/.gitignore b/src/Bundle/ChillThirdParty/.gitignore similarity index 100% rename from .gitignore rename to src/Bundle/ChillThirdParty/.gitignore diff --git a/.gitlab-ci.yml b/src/Bundle/ChillThirdParty/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to src/Bundle/ChillThirdParty/.gitlab-ci.yml diff --git a/CHANGELOG.md b/src/Bundle/ChillThirdParty/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to src/Bundle/ChillThirdParty/CHANGELOG.md diff --git a/ChillThirdPartyBundle.php b/src/Bundle/ChillThirdParty/ChillThirdPartyBundle.php similarity index 100% rename from ChillThirdPartyBundle.php rename to src/Bundle/ChillThirdParty/ChillThirdPartyBundle.php diff --git a/Controller/ThirdPartyController.php b/src/Bundle/ChillThirdParty/Controller/ThirdPartyController.php similarity index 100% rename from Controller/ThirdPartyController.php rename to src/Bundle/ChillThirdParty/Controller/ThirdPartyController.php diff --git a/DependencyInjection/ChillThirdPartyExtension.php b/src/Bundle/ChillThirdParty/DependencyInjection/ChillThirdPartyExtension.php similarity index 100% rename from DependencyInjection/ChillThirdPartyExtension.php rename to src/Bundle/ChillThirdParty/DependencyInjection/ChillThirdPartyExtension.php diff --git a/DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php b/src/Bundle/ChillThirdParty/DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php similarity index 100% rename from DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php rename to src/Bundle/ChillThirdParty/DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php diff --git a/DependencyInjection/Configuration.php b/src/Bundle/ChillThirdParty/DependencyInjection/Configuration.php similarity index 100% rename from DependencyInjection/Configuration.php rename to src/Bundle/ChillThirdParty/DependencyInjection/Configuration.php diff --git a/Entity/ThirdParty.php b/src/Bundle/ChillThirdParty/Entity/ThirdParty.php similarity index 100% rename from Entity/ThirdParty.php rename to src/Bundle/ChillThirdParty/Entity/ThirdParty.php diff --git a/Form/ChoiceLoader/ThirdPartyChoiceLoader.php b/src/Bundle/ChillThirdParty/Form/ChoiceLoader/ThirdPartyChoiceLoader.php similarity index 100% rename from Form/ChoiceLoader/ThirdPartyChoiceLoader.php rename to src/Bundle/ChillThirdParty/Form/ChoiceLoader/ThirdPartyChoiceLoader.php diff --git a/Form/ThirdPartyType.php b/src/Bundle/ChillThirdParty/Form/ThirdPartyType.php similarity index 100% rename from Form/ThirdPartyType.php rename to src/Bundle/ChillThirdParty/Form/ThirdPartyType.php diff --git a/Form/Type/PickThirdPartyType.php b/src/Bundle/ChillThirdParty/Form/Type/PickThirdPartyType.php similarity index 100% rename from Form/Type/PickThirdPartyType.php rename to src/Bundle/ChillThirdParty/Form/Type/PickThirdPartyType.php diff --git a/LICENSE b/src/Bundle/ChillThirdParty/LICENSE similarity index 100% rename from LICENSE rename to src/Bundle/ChillThirdParty/LICENSE diff --git a/Menu/MenuBuilder.php b/src/Bundle/ChillThirdParty/Menu/MenuBuilder.php similarity index 100% rename from Menu/MenuBuilder.php rename to src/Bundle/ChillThirdParty/Menu/MenuBuilder.php diff --git a/README.md b/src/Bundle/ChillThirdParty/README.md similarity index 100% rename from README.md rename to src/Bundle/ChillThirdParty/README.md diff --git a/Repository/ThirdPartyRepository.php b/src/Bundle/ChillThirdParty/Repository/ThirdPartyRepository.php similarity index 100% rename from Repository/ThirdPartyRepository.php rename to src/Bundle/ChillThirdParty/Repository/ThirdPartyRepository.php diff --git a/Resources/config/routing.yml b/src/Bundle/ChillThirdParty/Resources/config/routing.yml similarity index 100% rename from Resources/config/routing.yml rename to src/Bundle/ChillThirdParty/Resources/config/routing.yml diff --git a/Resources/config/services.yml b/src/Bundle/ChillThirdParty/Resources/config/services.yml similarity index 100% rename from Resources/config/services.yml rename to src/Bundle/ChillThirdParty/Resources/config/services.yml diff --git a/Resources/config/services/3partytype.yml b/src/Bundle/ChillThirdParty/Resources/config/services/3partytype.yml similarity index 100% rename from Resources/config/services/3partytype.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/3partytype.yml diff --git a/Resources/config/services/controller.yml b/src/Bundle/ChillThirdParty/Resources/config/services/controller.yml similarity index 100% rename from Resources/config/services/controller.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/controller.yml diff --git a/Resources/config/services/form.yml b/src/Bundle/ChillThirdParty/Resources/config/services/form.yml similarity index 100% rename from Resources/config/services/form.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/form.yml diff --git a/Resources/config/services/menu.yml b/src/Bundle/ChillThirdParty/Resources/config/services/menu.yml similarity index 100% rename from Resources/config/services/menu.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/menu.yml diff --git a/Resources/config/services/search.yml b/src/Bundle/ChillThirdParty/Resources/config/services/search.yml similarity index 100% rename from Resources/config/services/search.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/search.yml diff --git a/Resources/config/services/security.yml b/src/Bundle/ChillThirdParty/Resources/config/services/security.yml similarity index 100% rename from Resources/config/services/security.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/security.yml diff --git a/Resources/config/services/templating.yml b/src/Bundle/ChillThirdParty/Resources/config/services/templating.yml similarity index 100% rename from Resources/config/services/templating.yml rename to src/Bundle/ChillThirdParty/Resources/config/services/templating.yml diff --git a/Resources/migrations/Version20190307111314.php b/src/Bundle/ChillThirdParty/Resources/migrations/Version20190307111314.php similarity index 100% rename from Resources/migrations/Version20190307111314.php rename to src/Bundle/ChillThirdParty/Resources/migrations/Version20190307111314.php diff --git a/Resources/migrations/Version20190307131650.php b/src/Bundle/ChillThirdParty/Resources/migrations/Version20190307131650.php similarity index 100% rename from Resources/migrations/Version20190307131650.php rename to src/Bundle/ChillThirdParty/Resources/migrations/Version20190307131650.php diff --git a/Resources/migrations/Version20190418090842.php b/src/Bundle/ChillThirdParty/Resources/migrations/Version20190418090842.php similarity index 100% rename from Resources/migrations/Version20190418090842.php rename to src/Bundle/ChillThirdParty/Resources/migrations/Version20190418090842.php diff --git a/Resources/migrations/Version20190429171109.php b/src/Bundle/ChillThirdParty/Resources/migrations/Version20190429171109.php similarity index 100% rename from Resources/migrations/Version20190429171109.php rename to src/Bundle/ChillThirdParty/Resources/migrations/Version20190429171109.php diff --git a/Resources/migrations/Version20190502144206.php b/src/Bundle/ChillThirdParty/Resources/migrations/Version20190502144206.php similarity index 100% rename from Resources/migrations/Version20190502144206.php rename to src/Bundle/ChillThirdParty/Resources/migrations/Version20190502144206.php diff --git a/Resources/public/index.js b/src/Bundle/ChillThirdParty/Resources/public/index.js similarity index 100% rename from Resources/public/index.js rename to src/Bundle/ChillThirdParty/Resources/public/index.js diff --git a/Resources/public/sass/thirdparty.scss b/src/Bundle/ChillThirdParty/Resources/public/sass/thirdparty.scss similarity index 100% rename from Resources/public/sass/thirdparty.scss rename to src/Bundle/ChillThirdParty/Resources/public/sass/thirdparty.scss diff --git a/Resources/translations/messages.fr.yml b/src/Bundle/ChillThirdParty/Resources/translations/messages.fr.yml similarity index 100% rename from Resources/translations/messages.fr.yml rename to src/Bundle/ChillThirdParty/Resources/translations/messages.fr.yml diff --git a/Resources/views/Contact/macro.html.twig b/src/Bundle/ChillThirdParty/Resources/views/Contact/macro.html.twig similarity index 100% rename from Resources/views/Contact/macro.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/Contact/macro.html.twig diff --git a/Resources/views/ThirdParty/_render.html.twig b/src/Bundle/ChillThirdParty/Resources/views/ThirdParty/_render.html.twig similarity index 100% rename from Resources/views/ThirdParty/_render.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/ThirdParty/_render.html.twig diff --git a/Resources/views/ThirdParty/index.html.twig b/src/Bundle/ChillThirdParty/Resources/views/ThirdParty/index.html.twig similarity index 100% rename from Resources/views/ThirdParty/index.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/ThirdParty/index.html.twig diff --git a/Resources/views/ThirdParty/new.html.twig b/src/Bundle/ChillThirdParty/Resources/views/ThirdParty/new.html.twig similarity index 100% rename from Resources/views/ThirdParty/new.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/ThirdParty/new.html.twig diff --git a/Resources/views/ThirdParty/show.html.twig b/src/Bundle/ChillThirdParty/Resources/views/ThirdParty/show.html.twig similarity index 100% rename from Resources/views/ThirdParty/show.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/ThirdParty/show.html.twig diff --git a/Resources/views/ThirdParty/update.html.twig b/src/Bundle/ChillThirdParty/Resources/views/ThirdParty/update.html.twig similarity index 100% rename from Resources/views/ThirdParty/update.html.twig rename to src/Bundle/ChillThirdParty/Resources/views/ThirdParty/update.html.twig diff --git a/Search/ThirdPartySearch.php b/src/Bundle/ChillThirdParty/Search/ThirdPartySearch.php similarity index 100% rename from Search/ThirdPartySearch.php rename to src/Bundle/ChillThirdParty/Search/ThirdPartySearch.php diff --git a/Security/Voter/ThirdPartyVoter.php b/src/Bundle/ChillThirdParty/Security/Voter/ThirdPartyVoter.php similarity index 100% rename from Security/Voter/ThirdPartyVoter.php rename to src/Bundle/ChillThirdParty/Security/Voter/ThirdPartyVoter.php diff --git a/Templating/Entity/ThirdPartyRender.php b/src/Bundle/ChillThirdParty/Templating/Entity/ThirdPartyRender.php similarity index 100% rename from Templating/Entity/ThirdPartyRender.php rename to src/Bundle/ChillThirdParty/Templating/Entity/ThirdPartyRender.php diff --git a/Tests/Controller/ThirdPartyControllerTest.php b/src/Bundle/ChillThirdParty/Tests/Controller/ThirdPartyControllerTest.php similarity index 100% rename from Tests/Controller/ThirdPartyControllerTest.php rename to src/Bundle/ChillThirdParty/Tests/Controller/ThirdPartyControllerTest.php diff --git a/ThirdPartyType/ThirdPartyTypeManager.php b/src/Bundle/ChillThirdParty/ThirdPartyType/ThirdPartyTypeManager.php similarity index 100% rename from ThirdPartyType/ThirdPartyTypeManager.php rename to src/Bundle/ChillThirdParty/ThirdPartyType/ThirdPartyTypeManager.php diff --git a/ThirdPartyType/ThirdPartyTypeProviderInterface.php b/src/Bundle/ChillThirdParty/ThirdPartyType/ThirdPartyTypeProviderInterface.php similarity index 100% rename from ThirdPartyType/ThirdPartyTypeProviderInterface.php rename to src/Bundle/ChillThirdParty/ThirdPartyType/ThirdPartyTypeProviderInterface.php diff --git a/chill.webpack.config.js b/src/Bundle/ChillThirdParty/chill.webpack.config.js similarity index 100% rename from chill.webpack.config.js rename to src/Bundle/ChillThirdParty/chill.webpack.config.js diff --git a/composer.json b/src/Bundle/ChillThirdParty/composer.json similarity index 100% rename from composer.json rename to src/Bundle/ChillThirdParty/composer.json