diff --git a/.gitignore b/src/Bundle/ChillPerson/.gitignore similarity index 100% rename from .gitignore rename to src/Bundle/ChillPerson/.gitignore diff --git a/.gitlab-ci.yml b/src/Bundle/ChillPerson/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to src/Bundle/ChillPerson/.gitlab-ci.yml diff --git a/Actions/ActionEvent.php b/src/Bundle/ChillPerson/Actions/ActionEvent.php similarity index 100% rename from Actions/ActionEvent.php rename to src/Bundle/ChillPerson/Actions/ActionEvent.php diff --git a/Actions/Remove/PersonMove.php b/src/Bundle/ChillPerson/Actions/Remove/PersonMove.php similarity index 100% rename from Actions/Remove/PersonMove.php rename to src/Bundle/ChillPerson/Actions/Remove/PersonMove.php diff --git a/CHANGELOG.md b/src/Bundle/ChillPerson/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to src/Bundle/ChillPerson/CHANGELOG.md diff --git a/CRUD/Controller/EntityPersonCRUDController.php b/src/Bundle/ChillPerson/CRUD/Controller/EntityPersonCRUDController.php similarity index 100% rename from CRUD/Controller/EntityPersonCRUDController.php rename to src/Bundle/ChillPerson/CRUD/Controller/EntityPersonCRUDController.php diff --git a/CRUD/Controller/OneToOneEntityPersonCRUDController.php b/src/Bundle/ChillPerson/CRUD/Controller/OneToOneEntityPersonCRUDController.php similarity index 100% rename from CRUD/Controller/OneToOneEntityPersonCRUDController.php rename to src/Bundle/ChillPerson/CRUD/Controller/OneToOneEntityPersonCRUDController.php diff --git a/ChillPersonBundle.php b/src/Bundle/ChillPerson/ChillPersonBundle.php similarity index 100% rename from ChillPersonBundle.php rename to src/Bundle/ChillPerson/ChillPersonBundle.php diff --git a/Command/ChillPersonMoveCommand.php b/src/Bundle/ChillPerson/Command/ChillPersonMoveCommand.php similarity index 100% rename from Command/ChillPersonMoveCommand.php rename to src/Bundle/ChillPerson/Command/ChillPersonMoveCommand.php diff --git a/Command/ImportPeopleFromCSVCommand.php b/src/Bundle/ChillPerson/Command/ImportPeopleFromCSVCommand.php similarity index 100% rename from Command/ImportPeopleFromCSVCommand.php rename to src/Bundle/ChillPerson/Command/ImportPeopleFromCSVCommand.php diff --git a/Config/ConfigPersonAltNamesHelper.php b/src/Bundle/ChillPerson/Config/ConfigPersonAltNamesHelper.php similarity index 100% rename from Config/ConfigPersonAltNamesHelper.php rename to src/Bundle/ChillPerson/Config/ConfigPersonAltNamesHelper.php diff --git a/Controller/AccompanyingPeriodController.php b/src/Bundle/ChillPerson/Controller/AccompanyingPeriodController.php similarity index 100% rename from Controller/AccompanyingPeriodController.php rename to src/Bundle/ChillPerson/Controller/AccompanyingPeriodController.php diff --git a/Controller/AdminClosingMotiveController.php b/src/Bundle/ChillPerson/Controller/AdminClosingMotiveController.php similarity index 100% rename from Controller/AdminClosingMotiveController.php rename to src/Bundle/ChillPerson/Controller/AdminClosingMotiveController.php diff --git a/Controller/AdminController.php b/src/Bundle/ChillPerson/Controller/AdminController.php similarity index 100% rename from Controller/AdminController.php rename to src/Bundle/ChillPerson/Controller/AdminController.php diff --git a/Controller/PersonAddressController.php b/src/Bundle/ChillPerson/Controller/PersonAddressController.php similarity index 100% rename from Controller/PersonAddressController.php rename to src/Bundle/ChillPerson/Controller/PersonAddressController.php diff --git a/Controller/PersonController.php b/src/Bundle/ChillPerson/Controller/PersonController.php similarity index 100% rename from Controller/PersonController.php rename to src/Bundle/ChillPerson/Controller/PersonController.php diff --git a/Controller/TimelinePersonController.php b/src/Bundle/ChillPerson/Controller/TimelinePersonController.php similarity index 100% rename from Controller/TimelinePersonController.php rename to src/Bundle/ChillPerson/Controller/TimelinePersonController.php diff --git a/DataFixtures/ORM/LoadAccompanyingPeriodClosingMotive.php b/src/Bundle/ChillPerson/DataFixtures/ORM/LoadAccompanyingPeriodClosingMotive.php similarity index 100% rename from DataFixtures/ORM/LoadAccompanyingPeriodClosingMotive.php rename to src/Bundle/ChillPerson/DataFixtures/ORM/LoadAccompanyingPeriodClosingMotive.php diff --git a/DataFixtures/ORM/LoadCustomFields.php b/src/Bundle/ChillPerson/DataFixtures/ORM/LoadCustomFields.php similarity index 100% rename from DataFixtures/ORM/LoadCustomFields.php rename to src/Bundle/ChillPerson/DataFixtures/ORM/LoadCustomFields.php diff --git a/DataFixtures/ORM/LoadMaritalStatus.php b/src/Bundle/ChillPerson/DataFixtures/ORM/LoadMaritalStatus.php similarity index 100% rename from DataFixtures/ORM/LoadMaritalStatus.php rename to src/Bundle/ChillPerson/DataFixtures/ORM/LoadMaritalStatus.php diff --git a/DataFixtures/ORM/LoadPeople.php b/src/Bundle/ChillPerson/DataFixtures/ORM/LoadPeople.php similarity index 100% rename from DataFixtures/ORM/LoadPeople.php rename to src/Bundle/ChillPerson/DataFixtures/ORM/LoadPeople.php diff --git a/DataFixtures/ORM/LoadPersonACL.php b/src/Bundle/ChillPerson/DataFixtures/ORM/LoadPersonACL.php similarity index 100% rename from DataFixtures/ORM/LoadPersonACL.php rename to src/Bundle/ChillPerson/DataFixtures/ORM/LoadPersonACL.php diff --git a/DependencyInjection/ChillPersonExtension.php b/src/Bundle/ChillPerson/DependencyInjection/ChillPersonExtension.php similarity index 100% rename from DependencyInjection/ChillPersonExtension.php rename to src/Bundle/ChillPerson/DependencyInjection/ChillPersonExtension.php diff --git a/DependencyInjection/CompilerPass/AccompanyingPeriodTimelineCompilerPass.php b/src/Bundle/ChillPerson/DependencyInjection/CompilerPass/AccompanyingPeriodTimelineCompilerPass.php similarity index 100% rename from DependencyInjection/CompilerPass/AccompanyingPeriodTimelineCompilerPass.php rename to src/Bundle/ChillPerson/DependencyInjection/CompilerPass/AccompanyingPeriodTimelineCompilerPass.php diff --git a/DependencyInjection/Configuration.php b/src/Bundle/ChillPerson/DependencyInjection/Configuration.php similarity index 100% rename from DependencyInjection/Configuration.php rename to src/Bundle/ChillPerson/DependencyInjection/Configuration.php diff --git a/Doctrine/DQL/AddressPart.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart.php similarity index 100% rename from Doctrine/DQL/AddressPart.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart.php diff --git a/Doctrine/DQL/AddressPart/AddressPartAddressId.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartAddressId.php similarity index 100% rename from Doctrine/DQL/AddressPart/AddressPartAddressId.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartAddressId.php diff --git a/Doctrine/DQL/AddressPart/AddressPartCountryCode.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartCountryCode.php similarity index 100% rename from Doctrine/DQL/AddressPart/AddressPartCountryCode.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartCountryCode.php diff --git a/Doctrine/DQL/AddressPart/AddressPartCountryId.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartCountryId.php similarity index 100% rename from Doctrine/DQL/AddressPart/AddressPartCountryId.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartCountryId.php diff --git a/Doctrine/DQL/AddressPart/AddressPartCountryName.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartCountryName.php similarity index 100% rename from Doctrine/DQL/AddressPart/AddressPartCountryName.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartCountryName.php diff --git a/Doctrine/DQL/AddressPart/AddressPartIsNoAddress.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartIsNoAddress.php similarity index 100% rename from Doctrine/DQL/AddressPart/AddressPartIsNoAddress.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartIsNoAddress.php diff --git a/Doctrine/DQL/AddressPart/AddressPartPostCodeCode.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartPostCodeCode.php similarity index 100% rename from Doctrine/DQL/AddressPart/AddressPartPostCodeCode.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartPostCodeCode.php diff --git a/Doctrine/DQL/AddressPart/AddressPartPostCodeId.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartPostCodeId.php similarity index 100% rename from Doctrine/DQL/AddressPart/AddressPartPostCodeId.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartPostCodeId.php diff --git a/Doctrine/DQL/AddressPart/AddressPartPostCodeLabel.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartPostCodeLabel.php similarity index 100% rename from Doctrine/DQL/AddressPart/AddressPartPostCodeLabel.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartPostCodeLabel.php diff --git a/Doctrine/DQL/AddressPart/AddressPartStreetAddress1.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartStreetAddress1.php similarity index 100% rename from Doctrine/DQL/AddressPart/AddressPartStreetAddress1.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartStreetAddress1.php diff --git a/Doctrine/DQL/AddressPart/AddressPartStreetAddress2.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartStreetAddress2.php similarity index 100% rename from Doctrine/DQL/AddressPart/AddressPartStreetAddress2.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartStreetAddress2.php diff --git a/Doctrine/DQL/AddressPart/AddressPartValidFrom.php b/src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartValidFrom.php similarity index 100% rename from Doctrine/DQL/AddressPart/AddressPartValidFrom.php rename to src/Bundle/ChillPerson/Doctrine/DQL/AddressPart/AddressPartValidFrom.php diff --git a/Entity/AccompanyingPeriod.php b/src/Bundle/ChillPerson/Entity/AccompanyingPeriod.php similarity index 100% rename from Entity/AccompanyingPeriod.php rename to src/Bundle/ChillPerson/Entity/AccompanyingPeriod.php diff --git a/Entity/AccompanyingPeriod/ClosingMotive.php b/src/Bundle/ChillPerson/Entity/AccompanyingPeriod/ClosingMotive.php similarity index 100% rename from Entity/AccompanyingPeriod/ClosingMotive.php rename to src/Bundle/ChillPerson/Entity/AccompanyingPeriod/ClosingMotive.php diff --git a/Entity/HasPerson.php b/src/Bundle/ChillPerson/Entity/HasPerson.php similarity index 100% rename from Entity/HasPerson.php rename to src/Bundle/ChillPerson/Entity/HasPerson.php diff --git a/Entity/MaritalStatus.php b/src/Bundle/ChillPerson/Entity/MaritalStatus.php similarity index 100% rename from Entity/MaritalStatus.php rename to src/Bundle/ChillPerson/Entity/MaritalStatus.php diff --git a/Entity/Person.php b/src/Bundle/ChillPerson/Entity/Person.php similarity index 100% rename from Entity/Person.php rename to src/Bundle/ChillPerson/Entity/Person.php diff --git a/Entity/PersonAltName.php b/src/Bundle/ChillPerson/Entity/PersonAltName.php similarity index 100% rename from Entity/PersonAltName.php rename to src/Bundle/ChillPerson/Entity/PersonAltName.php diff --git a/Entity/PersonRepository.php b/src/Bundle/ChillPerson/Entity/PersonRepository.php similarity index 100% rename from Entity/PersonRepository.php rename to src/Bundle/ChillPerson/Entity/PersonRepository.php diff --git a/Export/AbstractAccompanyingPeriodExportElement.php b/src/Bundle/ChillPerson/Export/AbstractAccompanyingPeriodExportElement.php similarity index 100% rename from Export/AbstractAccompanyingPeriodExportElement.php rename to src/Bundle/ChillPerson/Export/AbstractAccompanyingPeriodExportElement.php diff --git a/Export/Aggregator/AgeAggregator.php b/src/Bundle/ChillPerson/Export/Aggregator/AgeAggregator.php similarity index 100% rename from Export/Aggregator/AgeAggregator.php rename to src/Bundle/ChillPerson/Export/Aggregator/AgeAggregator.php diff --git a/Export/Aggregator/CountryOfBirthAggregator.php b/src/Bundle/ChillPerson/Export/Aggregator/CountryOfBirthAggregator.php similarity index 100% rename from Export/Aggregator/CountryOfBirthAggregator.php rename to src/Bundle/ChillPerson/Export/Aggregator/CountryOfBirthAggregator.php diff --git a/Export/Aggregator/GenderAggregator.php b/src/Bundle/ChillPerson/Export/Aggregator/GenderAggregator.php similarity index 100% rename from Export/Aggregator/GenderAggregator.php rename to src/Bundle/ChillPerson/Export/Aggregator/GenderAggregator.php diff --git a/Export/Aggregator/NationalityAggregator.php b/src/Bundle/ChillPerson/Export/Aggregator/NationalityAggregator.php similarity index 100% rename from Export/Aggregator/NationalityAggregator.php rename to src/Bundle/ChillPerson/Export/Aggregator/NationalityAggregator.php diff --git a/Export/Declarations.php b/src/Bundle/ChillPerson/Export/Declarations.php similarity index 100% rename from Export/Declarations.php rename to src/Bundle/ChillPerson/Export/Declarations.php diff --git a/Export/Export/CountPerson.php b/src/Bundle/ChillPerson/Export/Export/CountPerson.php similarity index 100% rename from Export/Export/CountPerson.php rename to src/Bundle/ChillPerson/Export/Export/CountPerson.php diff --git a/Export/Export/ListPerson.php b/src/Bundle/ChillPerson/Export/Export/ListPerson.php similarity index 100% rename from Export/Export/ListPerson.php rename to src/Bundle/ChillPerson/Export/Export/ListPerson.php diff --git a/Export/Filter/AccompanyingPeriodClosingFilter.php b/src/Bundle/ChillPerson/Export/Filter/AccompanyingPeriodClosingFilter.php similarity index 100% rename from Export/Filter/AccompanyingPeriodClosingFilter.php rename to src/Bundle/ChillPerson/Export/Filter/AccompanyingPeriodClosingFilter.php diff --git a/Export/Filter/AccompanyingPeriodFilter.php b/src/Bundle/ChillPerson/Export/Filter/AccompanyingPeriodFilter.php similarity index 100% rename from Export/Filter/AccompanyingPeriodFilter.php rename to src/Bundle/ChillPerson/Export/Filter/AccompanyingPeriodFilter.php diff --git a/Export/Filter/AccompanyingPeriodOpeningFilter.php b/src/Bundle/ChillPerson/Export/Filter/AccompanyingPeriodOpeningFilter.php similarity index 100% rename from Export/Filter/AccompanyingPeriodOpeningFilter.php rename to src/Bundle/ChillPerson/Export/Filter/AccompanyingPeriodOpeningFilter.php diff --git a/Export/Filter/BirthdateFilter.php b/src/Bundle/ChillPerson/Export/Filter/BirthdateFilter.php similarity index 100% rename from Export/Filter/BirthdateFilter.php rename to src/Bundle/ChillPerson/Export/Filter/BirthdateFilter.php diff --git a/Export/Filter/GenderFilter.php b/src/Bundle/ChillPerson/Export/Filter/GenderFilter.php similarity index 100% rename from Export/Filter/GenderFilter.php rename to src/Bundle/ChillPerson/Export/Filter/GenderFilter.php diff --git a/Export/Filter/NationalityFilter.php b/src/Bundle/ChillPerson/Export/Filter/NationalityFilter.php similarity index 100% rename from Export/Filter/NationalityFilter.php rename to src/Bundle/ChillPerson/Export/Filter/NationalityFilter.php diff --git a/Form/AccompanyingPeriodType.php b/src/Bundle/ChillPerson/Form/AccompanyingPeriodType.php similarity index 100% rename from Form/AccompanyingPeriodType.php rename to src/Bundle/ChillPerson/Form/AccompanyingPeriodType.php diff --git a/Form/ChoiceLoader/PersonChoiceLoader.php b/src/Bundle/ChillPerson/Form/ChoiceLoader/PersonChoiceLoader.php similarity index 100% rename from Form/ChoiceLoader/PersonChoiceLoader.php rename to src/Bundle/ChillPerson/Form/ChoiceLoader/PersonChoiceLoader.php diff --git a/Form/ClosingMotiveType.php b/src/Bundle/ChillPerson/Form/ClosingMotiveType.php similarity index 100% rename from Form/ClosingMotiveType.php rename to src/Bundle/ChillPerson/Form/ClosingMotiveType.php diff --git a/Form/CreationPersonType.php b/src/Bundle/ChillPerson/Form/CreationPersonType.php similarity index 100% rename from Form/CreationPersonType.php rename to src/Bundle/ChillPerson/Form/CreationPersonType.php diff --git a/Form/DataMapper/PersonAltNameDataMapper.php b/src/Bundle/ChillPerson/Form/DataMapper/PersonAltNameDataMapper.php similarity index 100% rename from Form/DataMapper/PersonAltNameDataMapper.php rename to src/Bundle/ChillPerson/Form/DataMapper/PersonAltNameDataMapper.php diff --git a/Form/DataTransformer/PersonToIdTransformer.php b/src/Bundle/ChillPerson/Form/DataTransformer/PersonToIdTransformer.php similarity index 100% rename from Form/DataTransformer/PersonToIdTransformer.php rename to src/Bundle/ChillPerson/Form/DataTransformer/PersonToIdTransformer.php diff --git a/Form/PersonType.php b/src/Bundle/ChillPerson/Form/PersonType.php similarity index 100% rename from Form/PersonType.php rename to src/Bundle/ChillPerson/Form/PersonType.php diff --git a/Form/Type/ClosingMotivePickerType.php b/src/Bundle/ChillPerson/Form/Type/ClosingMotivePickerType.php similarity index 100% rename from Form/Type/ClosingMotivePickerType.php rename to src/Bundle/ChillPerson/Form/Type/ClosingMotivePickerType.php diff --git a/Form/Type/GenderType.php b/src/Bundle/ChillPerson/Form/Type/GenderType.php similarity index 100% rename from Form/Type/GenderType.php rename to src/Bundle/ChillPerson/Form/Type/GenderType.php diff --git a/Form/Type/PersonAltNameType.php b/src/Bundle/ChillPerson/Form/Type/PersonAltNameType.php similarity index 100% rename from Form/Type/PersonAltNameType.php rename to src/Bundle/ChillPerson/Form/Type/PersonAltNameType.php diff --git a/Form/Type/PickPersonType.php b/src/Bundle/ChillPerson/Form/Type/PickPersonType.php similarity index 100% rename from Form/Type/PickPersonType.php rename to src/Bundle/ChillPerson/Form/Type/PickPersonType.php diff --git a/Form/Type/Select2MaritalStatusType.php b/src/Bundle/ChillPerson/Form/Type/Select2MaritalStatusType.php similarity index 100% rename from Form/Type/Select2MaritalStatusType.php rename to src/Bundle/ChillPerson/Form/Type/Select2MaritalStatusType.php diff --git a/LICENSE b/src/Bundle/ChillPerson/LICENSE similarity index 100% rename from LICENSE rename to src/Bundle/ChillPerson/LICENSE diff --git a/Menu/AdminMenuBuilder.php b/src/Bundle/ChillPerson/Menu/AdminMenuBuilder.php similarity index 100% rename from Menu/AdminMenuBuilder.php rename to src/Bundle/ChillPerson/Menu/AdminMenuBuilder.php diff --git a/Menu/PersonMenuBuilder.php b/src/Bundle/ChillPerson/Menu/PersonMenuBuilder.php similarity index 100% rename from Menu/PersonMenuBuilder.php rename to src/Bundle/ChillPerson/Menu/PersonMenuBuilder.php diff --git a/Menu/SectionMenuBuilder.php b/src/Bundle/ChillPerson/Menu/SectionMenuBuilder.php similarity index 100% rename from Menu/SectionMenuBuilder.php rename to src/Bundle/ChillPerson/Menu/SectionMenuBuilder.php diff --git a/Privacy/PrivacyEvent.php b/src/Bundle/ChillPerson/Privacy/PrivacyEvent.php similarity index 100% rename from Privacy/PrivacyEvent.php rename to src/Bundle/ChillPerson/Privacy/PrivacyEvent.php diff --git a/Privacy/PrivacyEventSubscriber.php b/src/Bundle/ChillPerson/Privacy/PrivacyEventSubscriber.php similarity index 100% rename from Privacy/PrivacyEventSubscriber.php rename to src/Bundle/ChillPerson/Privacy/PrivacyEventSubscriber.php diff --git a/README.md b/src/Bundle/ChillPerson/README.md similarity index 100% rename from README.md rename to src/Bundle/ChillPerson/README.md diff --git a/Repository/ClosingMotiveRepository.php b/src/Bundle/ChillPerson/Repository/ClosingMotiveRepository.php similarity index 100% rename from Repository/ClosingMotiveRepository.php rename to src/Bundle/ChillPerson/Repository/ClosingMotiveRepository.php diff --git a/Repository/PersonAltNameRepository.php b/src/Bundle/ChillPerson/Repository/PersonAltNameRepository.php similarity index 100% rename from Repository/PersonAltNameRepository.php rename to src/Bundle/ChillPerson/Repository/PersonAltNameRepository.php diff --git a/Repository/PersonRepository.php b/src/Bundle/ChillPerson/Repository/PersonRepository.php similarity index 100% rename from Repository/PersonRepository.php rename to src/Bundle/ChillPerson/Repository/PersonRepository.php diff --git a/Resources/Gruntfile.js b/src/Bundle/ChillPerson/Resources/Gruntfile.js similarity index 100% rename from Resources/Gruntfile.js rename to src/Bundle/ChillPerson/Resources/Gruntfile.js diff --git a/Resources/config/doctrine/AccompanyingPeriod.ClosingMotive.orm.yml b/src/Bundle/ChillPerson/Resources/config/doctrine/AccompanyingPeriod.ClosingMotive.orm.yml similarity index 100% rename from Resources/config/doctrine/AccompanyingPeriod.ClosingMotive.orm.yml rename to src/Bundle/ChillPerson/Resources/config/doctrine/AccompanyingPeriod.ClosingMotive.orm.yml diff --git a/Resources/config/doctrine/AccompanyingPeriod.orm.yml b/src/Bundle/ChillPerson/Resources/config/doctrine/AccompanyingPeriod.orm.yml similarity index 100% rename from Resources/config/doctrine/AccompanyingPeriod.orm.yml rename to src/Bundle/ChillPerson/Resources/config/doctrine/AccompanyingPeriod.orm.yml diff --git a/Resources/config/doctrine/MaritalStatus.orm.yml b/src/Bundle/ChillPerson/Resources/config/doctrine/MaritalStatus.orm.yml similarity index 100% rename from Resources/config/doctrine/MaritalStatus.orm.yml rename to src/Bundle/ChillPerson/Resources/config/doctrine/MaritalStatus.orm.yml diff --git a/Resources/config/doctrine/Person.orm.yml b/src/Bundle/ChillPerson/Resources/config/doctrine/Person.orm.yml similarity index 100% rename from Resources/config/doctrine/Person.orm.yml rename to src/Bundle/ChillPerson/Resources/config/doctrine/Person.orm.yml diff --git a/Resources/config/doctrine/PersonAltName.orm.yml b/src/Bundle/ChillPerson/Resources/config/doctrine/PersonAltName.orm.yml similarity index 100% rename from Resources/config/doctrine/PersonAltName.orm.yml rename to src/Bundle/ChillPerson/Resources/config/doctrine/PersonAltName.orm.yml diff --git a/Resources/config/routing.yml b/src/Bundle/ChillPerson/Resources/config/routing.yml similarity index 100% rename from Resources/config/routing.yml rename to src/Bundle/ChillPerson/Resources/config/routing.yml diff --git a/Resources/config/services.yml b/src/Bundle/ChillPerson/Resources/config/services.yml similarity index 100% rename from Resources/config/services.yml rename to src/Bundle/ChillPerson/Resources/config/services.yml diff --git a/Resources/config/services/actions.yml b/src/Bundle/ChillPerson/Resources/config/services/actions.yml similarity index 100% rename from Resources/config/services/actions.yml rename to src/Bundle/ChillPerson/Resources/config/services/actions.yml diff --git a/Resources/config/services/alt_names.yml b/src/Bundle/ChillPerson/Resources/config/services/alt_names.yml similarity index 100% rename from Resources/config/services/alt_names.yml rename to src/Bundle/ChillPerson/Resources/config/services/alt_names.yml diff --git a/Resources/config/services/command.yml b/src/Bundle/ChillPerson/Resources/config/services/command.yml similarity index 100% rename from Resources/config/services/command.yml rename to src/Bundle/ChillPerson/Resources/config/services/command.yml diff --git a/Resources/config/services/controller.yml b/src/Bundle/ChillPerson/Resources/config/services/controller.yml similarity index 100% rename from Resources/config/services/controller.yml rename to src/Bundle/ChillPerson/Resources/config/services/controller.yml diff --git a/Resources/config/services/exports.yml b/src/Bundle/ChillPerson/Resources/config/services/exports.yml similarity index 100% rename from Resources/config/services/exports.yml rename to src/Bundle/ChillPerson/Resources/config/services/exports.yml diff --git a/Resources/config/services/exports_accompanying_period.yml b/src/Bundle/ChillPerson/Resources/config/services/exports_accompanying_period.yml similarity index 100% rename from Resources/config/services/exports_accompanying_period.yml rename to src/Bundle/ChillPerson/Resources/config/services/exports_accompanying_period.yml diff --git a/Resources/config/services/fixtures.yml b/src/Bundle/ChillPerson/Resources/config/services/fixtures.yml similarity index 100% rename from Resources/config/services/fixtures.yml rename to src/Bundle/ChillPerson/Resources/config/services/fixtures.yml diff --git a/Resources/config/services/form.yml b/src/Bundle/ChillPerson/Resources/config/services/form.yml similarity index 100% rename from Resources/config/services/form.yml rename to src/Bundle/ChillPerson/Resources/config/services/form.yml diff --git a/Resources/config/services/menu.yml b/src/Bundle/ChillPerson/Resources/config/services/menu.yml similarity index 100% rename from Resources/config/services/menu.yml rename to src/Bundle/ChillPerson/Resources/config/services/menu.yml diff --git a/Resources/config/services/privacyEvent.yml b/src/Bundle/ChillPerson/Resources/config/services/privacyEvent.yml similarity index 100% rename from Resources/config/services/privacyEvent.yml rename to src/Bundle/ChillPerson/Resources/config/services/privacyEvent.yml diff --git a/Resources/config/services/repository.yml b/src/Bundle/ChillPerson/Resources/config/services/repository.yml similarity index 100% rename from Resources/config/services/repository.yml rename to src/Bundle/ChillPerson/Resources/config/services/repository.yml diff --git a/Resources/config/services/search.yml b/src/Bundle/ChillPerson/Resources/config/services/search.yml similarity index 100% rename from Resources/config/services/search.yml rename to src/Bundle/ChillPerson/Resources/config/services/search.yml diff --git a/Resources/config/services/search_by_phone.yml b/src/Bundle/ChillPerson/Resources/config/services/search_by_phone.yml similarity index 100% rename from Resources/config/services/search_by_phone.yml rename to src/Bundle/ChillPerson/Resources/config/services/search_by_phone.yml diff --git a/Resources/config/services/templating.yml b/src/Bundle/ChillPerson/Resources/config/services/templating.yml similarity index 100% rename from Resources/config/services/templating.yml rename to src/Bundle/ChillPerson/Resources/config/services/templating.yml diff --git a/Resources/config/services/widgets.yml b/src/Bundle/ChillPerson/Resources/config/services/widgets.yml similarity index 100% rename from Resources/config/services/widgets.yml rename to src/Bundle/ChillPerson/Resources/config/services/widgets.yml diff --git a/Resources/config/validation.yml b/src/Bundle/ChillPerson/Resources/config/validation.yml similarity index 100% rename from Resources/config/validation.yml rename to src/Bundle/ChillPerson/Resources/config/validation.yml diff --git a/Resources/doc/index.rst b/src/Bundle/ChillPerson/Resources/doc/index.rst similarity index 100% rename from Resources/doc/index.rst rename to src/Bundle/ChillPerson/Resources/doc/index.rst diff --git a/Resources/migrations/Version20141129010948.php b/src/Bundle/ChillPerson/Resources/migrations/Version20141129010948.php similarity index 100% rename from Resources/migrations/Version20141129010948.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20141129010948.php diff --git a/Resources/migrations/Version20150212173934.php b/src/Bundle/ChillPerson/Resources/migrations/Version20150212173934.php similarity index 100% rename from Resources/migrations/Version20150212173934.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20150212173934.php diff --git a/Resources/migrations/Version20150607231010.php b/src/Bundle/ChillPerson/Resources/migrations/Version20150607231010.php similarity index 100% rename from Resources/migrations/Version20150607231010.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20150607231010.php diff --git a/Resources/migrations/Version20150811152608.php b/src/Bundle/ChillPerson/Resources/migrations/Version20150811152608.php similarity index 100% rename from Resources/migrations/Version20150811152608.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20150811152608.php diff --git a/Resources/migrations/Version20150812110708.php b/src/Bundle/ChillPerson/Resources/migrations/Version20150812110708.php similarity index 100% rename from Resources/migrations/Version20150812110708.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20150812110708.php diff --git a/Resources/migrations/Version20150820113409.php b/src/Bundle/ChillPerson/Resources/migrations/Version20150820113409.php similarity index 100% rename from Resources/migrations/Version20150820113409.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20150820113409.php diff --git a/Resources/migrations/Version20160310161006.php b/src/Bundle/ChillPerson/Resources/migrations/Version20160310161006.php similarity index 100% rename from Resources/migrations/Version20160310161006.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20160310161006.php diff --git a/Resources/migrations/Version20160422000000.php b/src/Bundle/ChillPerson/Resources/migrations/Version20160422000000.php similarity index 100% rename from Resources/migrations/Version20160422000000.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20160422000000.php diff --git a/Resources/migrations/Version20160818113633.php b/src/Bundle/ChillPerson/Resources/migrations/Version20160818113633.php similarity index 100% rename from Resources/migrations/Version20160818113633.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20160818113633.php diff --git a/Resources/migrations/Version20160818151130.php b/src/Bundle/ChillPerson/Resources/migrations/Version20160818151130.php similarity index 100% rename from Resources/migrations/Version20160818151130.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20160818151130.php diff --git a/Resources/migrations/Version20170117131924.php b/src/Bundle/ChillPerson/Resources/migrations/Version20170117131924.php similarity index 100% rename from Resources/migrations/Version20170117131924.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20170117131924.php diff --git a/Resources/migrations/Version20180518144221.php b/src/Bundle/ChillPerson/Resources/migrations/Version20180518144221.php similarity index 100% rename from Resources/migrations/Version20180518144221.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20180518144221.php diff --git a/Resources/migrations/Version20180820120000.php b/src/Bundle/ChillPerson/Resources/migrations/Version20180820120000.php similarity index 100% rename from Resources/migrations/Version20180820120000.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20180820120000.php diff --git a/Resources/migrations/Version20181005140249.php b/src/Bundle/ChillPerson/Resources/migrations/Version20181005140249.php similarity index 100% rename from Resources/migrations/Version20181005140249.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20181005140249.php diff --git a/Resources/migrations/Version20181023101621.php b/src/Bundle/ChillPerson/Resources/migrations/Version20181023101621.php similarity index 100% rename from Resources/migrations/Version20181023101621.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20181023101621.php diff --git a/Resources/migrations/Version20190701124238.php b/src/Bundle/ChillPerson/Resources/migrations/Version20190701124238.php similarity index 100% rename from Resources/migrations/Version20190701124238.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20190701124238.php diff --git a/Resources/migrations/Version20191106103452.php b/src/Bundle/ChillPerson/Resources/migrations/Version20191106103452.php similarity index 100% rename from Resources/migrations/Version20191106103452.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20191106103452.php diff --git a/Resources/migrations/Version20200128084445.php b/src/Bundle/ChillPerson/Resources/migrations/Version20200128084445.php similarity index 100% rename from Resources/migrations/Version20200128084445.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20200128084445.php diff --git a/Resources/migrations/Version20200130213446.php b/src/Bundle/ChillPerson/Resources/migrations/Version20200130213446.php similarity index 100% rename from Resources/migrations/Version20200130213446.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20200130213446.php diff --git a/Resources/migrations/Version20200310090632.php b/src/Bundle/ChillPerson/Resources/migrations/Version20200310090632.php similarity index 100% rename from Resources/migrations/Version20200310090632.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20200310090632.php diff --git a/Resources/migrations/Version20200422125935.php b/src/Bundle/ChillPerson/Resources/migrations/Version20200422125935.php similarity index 100% rename from Resources/migrations/Version20200422125935.php rename to src/Bundle/ChillPerson/Resources/migrations/Version20200422125935.php diff --git a/Resources/package.json b/src/Bundle/ChillPerson/Resources/package.json similarity index 100% rename from Resources/package.json rename to src/Bundle/ChillPerson/Resources/package.json diff --git a/Resources/public/css/person.css b/src/Bundle/ChillPerson/Resources/public/css/person.css similarity index 100% rename from Resources/public/css/person.css rename to src/Bundle/ChillPerson/Resources/public/css/person.css diff --git a/Resources/public/css/person.css.map b/src/Bundle/ChillPerson/Resources/public/css/person.css.map similarity index 100% rename from Resources/public/css/person.css.map rename to src/Bundle/ChillPerson/Resources/public/css/person.css.map diff --git a/Resources/public/index.js b/src/Bundle/ChillPerson/Resources/public/index.js similarity index 100% rename from Resources/public/index.js rename to src/Bundle/ChillPerson/Resources/public/index.js diff --git a/Resources/public/sass/index.js b/src/Bundle/ChillPerson/Resources/public/sass/index.js similarity index 100% rename from Resources/public/sass/index.js rename to src/Bundle/ChillPerson/Resources/public/sass/index.js diff --git a/Resources/public/sass/mobile-alt-solid.svg b/src/Bundle/ChillPerson/Resources/public/sass/mobile-alt-solid.svg similarity index 100% rename from Resources/public/sass/mobile-alt-solid.svg rename to src/Bundle/ChillPerson/Resources/public/sass/mobile-alt-solid.svg diff --git a/Resources/public/sass/person.scss b/src/Bundle/ChillPerson/Resources/public/sass/person.scss similarity index 100% rename from Resources/public/sass/person.scss rename to src/Bundle/ChillPerson/Resources/public/sass/person.scss diff --git a/Resources/public/sass/person_by_phonenumber.scss b/src/Bundle/ChillPerson/Resources/public/sass/person_by_phonenumber.scss similarity index 100% rename from Resources/public/sass/person_by_phonenumber.scss rename to src/Bundle/ChillPerson/Resources/public/sass/person_by_phonenumber.scss diff --git a/Resources/public/sass/phone-alt-solid.svg b/src/Bundle/ChillPerson/Resources/public/sass/phone-alt-solid.svg similarity index 100% rename from Resources/public/sass/phone-alt-solid.svg rename to src/Bundle/ChillPerson/Resources/public/sass/phone-alt-solid.svg diff --git a/Resources/test/Fixtures/App/app/AppKernel.php b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/AppKernel.php similarity index 100% rename from Resources/test/Fixtures/App/app/AppKernel.php rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/AppKernel.php diff --git a/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore similarity index 100% rename from Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore diff --git a/Resources/test/Fixtures/App/app/Resources/views/base.html.twig b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/Resources/views/base.html.twig similarity index 100% rename from Resources/test/Fixtures/App/app/Resources/views/base.html.twig rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/Resources/views/base.html.twig diff --git a/Resources/test/Fixtures/App/app/autoload.php b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/autoload.php similarity index 100% rename from Resources/test/Fixtures/App/app/autoload.php rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/autoload.php diff --git a/Resources/test/Fixtures/App/app/config/config.yml b/src/Bundle/ChillPerson/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/ChillPerson/Resources/test/Fixtures/App/app/config/config.yml diff --git a/Resources/test/Fixtures/App/app/config/config_dev.yml b/src/Bundle/ChillPerson/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/ChillPerson/Resources/test/Fixtures/App/app/config/config_dev.yml diff --git a/Resources/test/Fixtures/App/app/config/config_test.yml b/src/Bundle/ChillPerson/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/ChillPerson/Resources/test/Fixtures/App/app/config/config_test.yml diff --git a/Resources/test/Fixtures/App/app/config/config_test_with_hidden_fields.yml b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/config/config_test_with_hidden_fields.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/config_test_with_hidden_fields.yml rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/config/config_test_with_hidden_fields.yml diff --git a/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml b/src/Bundle/ChillPerson/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/ChillPerson/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml diff --git a/Resources/test/Fixtures/App/app/config/parameters.yml.dist b/src/Bundle/ChillPerson/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/ChillPerson/Resources/test/Fixtures/App/app/config/parameters.yml.dist diff --git a/Resources/test/Fixtures/App/app/config/routing.yml b/src/Bundle/ChillPerson/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/ChillPerson/Resources/test/Fixtures/App/app/config/routing.yml diff --git a/Resources/test/Fixtures/App/app/console b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/console similarity index 100% rename from Resources/test/Fixtures/App/app/console rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/app/console diff --git a/Resources/test/Fixtures/App/logs/empty b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/logs/empty similarity index 100% rename from Resources/test/Fixtures/App/logs/empty rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/logs/empty diff --git a/Resources/test/Fixtures/App/web/app_dev.php b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/app_dev.php similarity index 100% rename from Resources/test/Fixtures/App/web/app_dev.php rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/app_dev.php diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/CONTRIBUTING.md b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/CONTRIBUTING.md similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/CONTRIBUTING.md rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/CONTRIBUTING.md diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/LICENSE b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/LICENSE similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/LICENSE rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/LICENSE diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/README.md b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/README.md similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/README.md rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/README.md diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/bower.json b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/bower.json similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/bower.json rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/bower.json diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/component.json b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/component.json similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/component.json rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/component.json diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/composer.json b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/composer.json similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/composer.json rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/composer.json diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/css/admin.css b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/css/admin.css similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/css/admin.css rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/css/admin.css diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/css/chillmain.css b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/css/chillmain.css similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/css/chillmain.css rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/css/chillmain.css diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/css/gumby.css b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/css/gumby.css similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/css/gumby.css rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/css/gumby.css diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/css/pikaday.css b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/css/pikaday.css similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/css/pikaday.css rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/css/pikaday.css diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/FontAwesome.otf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/FontAwesome.otf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/FontAwesome.otf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/FontAwesome.otf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Bold.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Bold.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Bold.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Bold.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Italic.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Italic.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Italic.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Italic.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Light.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Light.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Light.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Light.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-LightItalic.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-LightItalic.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-LightItalic.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-LightItalic.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Regular.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Regular.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Regular.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/MerriweatherSans-Regular.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/OFL.txt b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/OFL.txt similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/OFL.txt rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Merriweather_Sans/OFL.txt diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/OFL.txt b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/OFL.txt similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/OFL.txt rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/OFL.txt diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Bold.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Bold.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Bold.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Bold.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Light.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Light.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Light.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Light.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Regular.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Regular.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Regular.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen/Oxygen-Regular.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen_Mono/OFL.txt b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen_Mono/OFL.txt similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen_Mono/OFL.txt rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen_Mono/OFL.txt diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen_Mono/OxygenMono-Regular.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen_Mono/OxygenMono-Regular.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen_Mono/OxygenMono-Regular.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/Oxygen_Mono/OxygenMono-Regular.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.eot b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.eot similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.eot rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.eot diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.svg b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.svg similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.svg rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.svg diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.woff b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.woff similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.woff rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/fontawesome-webfont.woff diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Bold.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Bold.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Bold.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Bold.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Italic.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Italic.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Italic.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Italic.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Light.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Light.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Light.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Light.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-LightItalic.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-LightItalic.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-LightItalic.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-LightItalic.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Regular.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Regular.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Regular.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/MerriweatherSans-Regular.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/OFL.txt b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/OFL.txt similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/OFL.txt rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Merriweather_Sans/OFL.txt diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/OFL.txt b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/OFL.txt similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/OFL.txt rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/OFL.txt diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Bold.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Bold.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Bold.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Bold.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Light.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Light.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Light.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Light.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Regular.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Regular.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Regular.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen/Oxygen-Regular.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen_Mono/OFL.txt b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen_Mono/OFL.txt similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen_Mono/OFL.txt rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen_Mono/OFL.txt diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen_Mono/OxygenMono-Regular.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen_Mono/OxygenMono-Regular.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen_Mono/OxygenMono-Regular.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/Oxygen_Mono/OxygenMono-Regular.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.eot b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.eot similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.eot rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.eot diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.ttf b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.ttf similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.ttf rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.ttf diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.woff b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.woff similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.woff rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/fonts/icons/entypo.woff diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/js/jquery.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/js/jquery.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/js/jquery.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/js/jquery.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/js/modernizr-2.6.2.min.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/js/modernizr-2.6.2.min.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/js/modernizr-2.6.2.min.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/js/modernizr-2.6.2.min.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/moment.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/moment.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/moment.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/moment.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/package.json b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/package.json similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/package.json rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/package.json diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/pikaday.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/pikaday.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/pikaday.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/pikaday.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/plugins/pikaday.jquery.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/plugins/pikaday.jquery.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/plugins/pikaday.jquery.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/plugins/pikaday.jquery.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/release.sh b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/release.sh similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/release.sh rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/release.sh diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2-bootstrap.css b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2-bootstrap.css similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2-bootstrap.css rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2-bootstrap.css diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2-spinner.gif b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2-spinner.gif similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2-spinner.gif rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2-spinner.gif diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2.css b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2.css similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2.css rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2.css diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2.jquery.json b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2.jquery.json similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2.jquery.json rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2.jquery.json diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2.min.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2.min.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2.min.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2.min.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2.png b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2.png similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2.png rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2.png diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ar.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ar.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ar.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ar.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_az.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_az.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_az.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_az.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_bg.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_bg.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_bg.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_bg.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ca.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ca.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ca.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ca.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_cs.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_cs.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_cs.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_cs.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_da.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_da.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_da.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_da.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_de.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_de.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_de.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_de.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_el.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_el.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_el.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_el.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_en.js.template b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_en.js.template similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_en.js.template rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_en.js.template diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_es.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_es.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_es.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_es.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_et.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_et.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_et.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_et.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_eu.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_eu.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_eu.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_eu.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fa.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fa.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fa.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fa.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fi.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fi.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fi.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fi.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fr.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fr.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fr.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_fr.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_gl.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_gl.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_gl.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_gl.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_he.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_he.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_he.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_he.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_hr.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_hr.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_hr.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_hr.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_hu.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_hu.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_hu.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_hu.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_id.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_id.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_id.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_id.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_is.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_is.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_is.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_is.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_it.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_it.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_it.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_it.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ja.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ja.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ja.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ja.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ka.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ka.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ka.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ka.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ko.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ko.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ko.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ko.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_lt.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_lt.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_lt.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_lt.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_lv.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_lv.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_lv.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_lv.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_mk.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_mk.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_mk.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_mk.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ms.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ms.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ms.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ms.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_nb.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_nb.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_nb.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_nb.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_nl.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_nl.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_nl.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_nl.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pl.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pl.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pl.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pl.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pt-BR.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pt-BR.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pt-BR.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pt-BR.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pt-PT.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pt-PT.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pt-PT.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_pt-PT.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ro.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ro.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ro.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ro.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_rs.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_rs.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_rs.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_rs.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ru.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ru.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ru.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ru.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_sk.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_sk.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_sk.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_sk.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_sv.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_sv.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_sv.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_sv.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_th.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_th.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_th.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_th.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_tr.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_tr.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_tr.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_tr.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ug-CN.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ug-CN.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ug-CN.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_ug-CN.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_uk.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_uk.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_uk.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_uk.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_vi.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_vi.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_vi.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_vi.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_zh-CN.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_zh-CN.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_zh-CN.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_zh-CN.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_zh-TW.js b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_zh-TW.js similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_zh-TW.js rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2_locale_zh-TW.js diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/select2x2.png b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2x2.png similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/select2x2.png rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/select2x2.png diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/sass/_custom.scss b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/sass/_custom.scss similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/sass/_custom.scss rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/sass/_custom.scss diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/scratch.css b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/scratch.css similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/scratch.css rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/scratch.css diff --git a/Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/scratch.css.map b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/scratch.css.map similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/scratch.css.map rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/chillmain/stylesheets/scratch.css.map diff --git a/Resources/test/Fixtures/App/web/bundles/framework/css/body.css b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/css/body.css similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/framework/css/body.css rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/css/body.css diff --git a/Resources/test/Fixtures/App/web/bundles/framework/css/exception.css b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/css/exception.css similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/framework/css/exception.css rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/css/exception.css diff --git a/Resources/test/Fixtures/App/web/bundles/framework/css/structure.css b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/css/structure.css similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/framework/css/structure.css rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/css/structure.css diff --git a/Resources/test/Fixtures/App/web/bundles/framework/images/blue_picto_less.gif b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/images/blue_picto_less.gif similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/framework/images/blue_picto_less.gif rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/images/blue_picto_less.gif diff --git a/Resources/test/Fixtures/App/web/bundles/framework/images/blue_picto_more.gif b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/images/blue_picto_more.gif similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/framework/images/blue_picto_more.gif rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/images/blue_picto_more.gif diff --git a/Resources/test/Fixtures/App/web/bundles/framework/images/grey_magnifier.png b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/images/grey_magnifier.png similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/framework/images/grey_magnifier.png rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/images/grey_magnifier.png diff --git a/Resources/test/Fixtures/App/web/bundles/framework/images/logo_symfony.png b/src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/images/logo_symfony.png similarity index 100% rename from Resources/test/Fixtures/App/web/bundles/framework/images/logo_symfony.png rename to src/Bundle/ChillPerson/Resources/test/Fixtures/App/web/bundles/framework/images/logo_symfony.png diff --git a/Resources/translations/messages.en.yml b/src/Bundle/ChillPerson/Resources/translations/messages.en.yml similarity index 100% rename from Resources/translations/messages.en.yml rename to src/Bundle/ChillPerson/Resources/translations/messages.en.yml diff --git a/Resources/translations/messages.fr.yml b/src/Bundle/ChillPerson/Resources/translations/messages.fr.yml similarity index 100% rename from Resources/translations/messages.fr.yml rename to src/Bundle/ChillPerson/Resources/translations/messages.fr.yml diff --git a/Resources/translations/messages.nl.yml b/src/Bundle/ChillPerson/Resources/translations/messages.nl.yml similarity index 100% rename from Resources/translations/messages.nl.yml rename to src/Bundle/ChillPerson/Resources/translations/messages.nl.yml diff --git a/Resources/translations/validators.fr.yml b/src/Bundle/ChillPerson/Resources/translations/validators.fr.yml similarity index 100% rename from Resources/translations/validators.fr.yml rename to src/Bundle/ChillPerson/Resources/translations/validators.fr.yml diff --git a/Resources/translations/validators.nl.yml b/src/Bundle/ChillPerson/Resources/translations/validators.nl.yml similarity index 100% rename from Resources/translations/validators.nl.yml rename to src/Bundle/ChillPerson/Resources/translations/validators.nl.yml diff --git a/Resources/views/AccompanyingPeriod/form.html.twig b/src/Bundle/ChillPerson/Resources/views/AccompanyingPeriod/form.html.twig similarity index 100% rename from Resources/views/AccompanyingPeriod/form.html.twig rename to src/Bundle/ChillPerson/Resources/views/AccompanyingPeriod/form.html.twig diff --git a/Resources/views/AccompanyingPeriod/list.html.twig b/src/Bundle/ChillPerson/Resources/views/AccompanyingPeriod/list.html.twig similarity index 100% rename from Resources/views/AccompanyingPeriod/list.html.twig rename to src/Bundle/ChillPerson/Resources/views/AccompanyingPeriod/list.html.twig diff --git a/Resources/views/AccompanyingPeriod/re_open.html.twig b/src/Bundle/ChillPerson/Resources/views/AccompanyingPeriod/re_open.html.twig similarity index 100% rename from Resources/views/AccompanyingPeriod/re_open.html.twig rename to src/Bundle/ChillPerson/Resources/views/AccompanyingPeriod/re_open.html.twig diff --git a/Resources/views/Address/edit.html.twig b/src/Bundle/ChillPerson/Resources/views/Address/edit.html.twig similarity index 100% rename from Resources/views/Address/edit.html.twig rename to src/Bundle/ChillPerson/Resources/views/Address/edit.html.twig diff --git a/Resources/views/Address/list.html.twig b/src/Bundle/ChillPerson/Resources/views/Address/list.html.twig similarity index 100% rename from Resources/views/Address/list.html.twig rename to src/Bundle/ChillPerson/Resources/views/Address/list.html.twig diff --git a/Resources/views/Address/new.html.twig b/src/Bundle/ChillPerson/Resources/views/Address/new.html.twig similarity index 100% rename from Resources/views/Address/new.html.twig rename to src/Bundle/ChillPerson/Resources/views/Address/new.html.twig diff --git a/Resources/views/Admin/index.html.twig b/src/Bundle/ChillPerson/Resources/views/Admin/index.html.twig similarity index 100% rename from Resources/views/Admin/index.html.twig rename to src/Bundle/ChillPerson/Resources/views/Admin/index.html.twig diff --git a/Resources/views/CRUD/_edit_content.html.twig b/src/Bundle/ChillPerson/Resources/views/CRUD/_edit_content.html.twig similarity index 100% rename from Resources/views/CRUD/_edit_content.html.twig rename to src/Bundle/ChillPerson/Resources/views/CRUD/_edit_content.html.twig diff --git a/Resources/views/CRUD/_index.html.twig b/src/Bundle/ChillPerson/Resources/views/CRUD/_index.html.twig similarity index 100% rename from Resources/views/CRUD/_index.html.twig rename to src/Bundle/ChillPerson/Resources/views/CRUD/_index.html.twig diff --git a/Resources/views/CRUD/_new_content.html.twig b/src/Bundle/ChillPerson/Resources/views/CRUD/_new_content.html.twig similarity index 100% rename from Resources/views/CRUD/_new_content.html.twig rename to src/Bundle/ChillPerson/Resources/views/CRUD/_new_content.html.twig diff --git a/Resources/views/CRUD/_new_title.html.twig b/src/Bundle/ChillPerson/Resources/views/CRUD/_new_title.html.twig similarity index 100% rename from Resources/views/CRUD/_new_title.html.twig rename to src/Bundle/ChillPerson/Resources/views/CRUD/_new_title.html.twig diff --git a/Resources/views/CRUD/_view_content.html.twig b/src/Bundle/ChillPerson/Resources/views/CRUD/_view_content.html.twig similarity index 100% rename from Resources/views/CRUD/_view_content.html.twig rename to src/Bundle/ChillPerson/Resources/views/CRUD/_view_content.html.twig diff --git a/Resources/views/CRUD/_view_title.html.twig b/src/Bundle/ChillPerson/Resources/views/CRUD/_view_title.html.twig similarity index 100% rename from Resources/views/CRUD/_view_title.html.twig rename to src/Bundle/ChillPerson/Resources/views/CRUD/_view_title.html.twig diff --git a/Resources/views/CRUD/delete.html.twig b/src/Bundle/ChillPerson/Resources/views/CRUD/delete.html.twig similarity index 100% rename from Resources/views/CRUD/delete.html.twig rename to src/Bundle/ChillPerson/Resources/views/CRUD/delete.html.twig diff --git a/Resources/views/CRUD/edit.html.twig b/src/Bundle/ChillPerson/Resources/views/CRUD/edit.html.twig similarity index 100% rename from Resources/views/CRUD/edit.html.twig rename to src/Bundle/ChillPerson/Resources/views/CRUD/edit.html.twig diff --git a/Resources/views/CRUD/index.html.twig b/src/Bundle/ChillPerson/Resources/views/CRUD/index.html.twig similarity index 100% rename from Resources/views/CRUD/index.html.twig rename to src/Bundle/ChillPerson/Resources/views/CRUD/index.html.twig diff --git a/Resources/views/CRUD/new.html.twig b/src/Bundle/ChillPerson/Resources/views/CRUD/new.html.twig similarity index 100% rename from Resources/views/CRUD/new.html.twig rename to src/Bundle/ChillPerson/Resources/views/CRUD/new.html.twig diff --git a/Resources/views/CRUD/view.html.twig b/src/Bundle/ChillPerson/Resources/views/CRUD/view.html.twig similarity index 100% rename from Resources/views/CRUD/view.html.twig rename to src/Bundle/ChillPerson/Resources/views/CRUD/view.html.twig diff --git a/Resources/views/ClosingMotive/edit.html.twig b/src/Bundle/ChillPerson/Resources/views/ClosingMotive/edit.html.twig similarity index 100% rename from Resources/views/ClosingMotive/edit.html.twig rename to src/Bundle/ChillPerson/Resources/views/ClosingMotive/edit.html.twig diff --git a/Resources/views/ClosingMotive/index.html.twig b/src/Bundle/ChillPerson/Resources/views/ClosingMotive/index.html.twig similarity index 100% rename from Resources/views/ClosingMotive/index.html.twig rename to src/Bundle/ChillPerson/Resources/views/ClosingMotive/index.html.twig diff --git a/Resources/views/ClosingMotive/new.html.twig b/src/Bundle/ChillPerson/Resources/views/ClosingMotive/new.html.twig similarity index 100% rename from Resources/views/ClosingMotive/new.html.twig rename to src/Bundle/ChillPerson/Resources/views/ClosingMotive/new.html.twig diff --git a/Resources/views/Export/ListPersonFormFields.html.twig b/src/Bundle/ChillPerson/Resources/views/Export/ListPersonFormFields.html.twig similarity index 100% rename from Resources/views/Export/ListPersonFormFields.html.twig rename to src/Bundle/ChillPerson/Resources/views/Export/ListPersonFormFields.html.twig diff --git a/Resources/views/Form/go_to_form.html.twig b/src/Bundle/ChillPerson/Resources/views/Form/go_to_form.html.twig similarity index 100% rename from Resources/views/Form/go_to_form.html.twig rename to src/Bundle/ChillPerson/Resources/views/Form/go_to_form.html.twig diff --git a/Resources/views/Person/create.html.twig b/src/Bundle/ChillPerson/Resources/views/Person/create.html.twig similarity index 100% rename from Resources/views/Person/create.html.twig rename to src/Bundle/ChillPerson/Resources/views/Person/create.html.twig diff --git a/Resources/views/Person/create_review.html.twig b/src/Bundle/ChillPerson/Resources/views/Person/create_review.html.twig similarity index 100% rename from Resources/views/Person/create_review.html.twig rename to src/Bundle/ChillPerson/Resources/views/Person/create_review.html.twig diff --git a/Resources/views/Person/edit.html.twig b/src/Bundle/ChillPerson/Resources/views/Person/edit.html.twig similarity index 100% rename from Resources/views/Person/edit.html.twig rename to src/Bundle/ChillPerson/Resources/views/Person/edit.html.twig diff --git a/Resources/views/Person/list.html.twig b/src/Bundle/ChillPerson/Resources/views/Person/list.html.twig similarity index 100% rename from Resources/views/Person/list.html.twig rename to src/Bundle/ChillPerson/Resources/views/Person/list.html.twig diff --git a/Resources/views/Person/list_by_phonenumber.html.twig b/src/Bundle/ChillPerson/Resources/views/Person/list_by_phonenumber.html.twig similarity index 100% rename from Resources/views/Person/list_by_phonenumber.html.twig rename to src/Bundle/ChillPerson/Resources/views/Person/list_by_phonenumber.html.twig diff --git a/Resources/views/Person/macro.html.twig b/src/Bundle/ChillPerson/Resources/views/Person/macro.html.twig similarity index 100% rename from Resources/views/Person/macro.html.twig rename to src/Bundle/ChillPerson/Resources/views/Person/macro.html.twig diff --git a/Resources/views/Person/view.html.twig b/src/Bundle/ChillPerson/Resources/views/Person/view.html.twig similarity index 100% rename from Resources/views/Person/view.html.twig rename to src/Bundle/ChillPerson/Resources/views/Person/view.html.twig diff --git a/Resources/views/Timeline/closing_period.html.twig b/src/Bundle/ChillPerson/Resources/views/Timeline/closing_period.html.twig similarity index 100% rename from Resources/views/Timeline/closing_period.html.twig rename to src/Bundle/ChillPerson/Resources/views/Timeline/closing_period.html.twig diff --git a/Resources/views/Timeline/index.html.twig b/src/Bundle/ChillPerson/Resources/views/Timeline/index.html.twig similarity index 100% rename from Resources/views/Timeline/index.html.twig rename to src/Bundle/ChillPerson/Resources/views/Timeline/index.html.twig diff --git a/Resources/views/Timeline/opening_period.html.twig b/src/Bundle/ChillPerson/Resources/views/Timeline/opening_period.html.twig similarity index 100% rename from Resources/views/Timeline/opening_period.html.twig rename to src/Bundle/ChillPerson/Resources/views/Timeline/opening_period.html.twig diff --git a/Resources/views/Widget/homepage_add_a_person.html.twig b/src/Bundle/ChillPerson/Resources/views/Widget/homepage_add_a_person.html.twig similarity index 100% rename from Resources/views/Widget/homepage_add_a_person.html.twig rename to src/Bundle/ChillPerson/Resources/views/Widget/homepage_add_a_person.html.twig diff --git a/Resources/views/Widget/homepage_person_list.html.twig b/src/Bundle/ChillPerson/Resources/views/Widget/homepage_person_list.html.twig similarity index 100% rename from Resources/views/Widget/homepage_person_list.html.twig rename to src/Bundle/ChillPerson/Resources/views/Widget/homepage_person_list.html.twig diff --git a/Resources/views/layout.html.twig b/src/Bundle/ChillPerson/Resources/views/layout.html.twig similarity index 100% rename from Resources/views/layout.html.twig rename to src/Bundle/ChillPerson/Resources/views/layout.html.twig diff --git a/Resources/views/menu.html.twig b/src/Bundle/ChillPerson/Resources/views/menu.html.twig similarity index 100% rename from Resources/views/menu.html.twig rename to src/Bundle/ChillPerson/Resources/views/menu.html.twig diff --git a/Search/PersonSearch.php b/src/Bundle/ChillPerson/Search/PersonSearch.php similarity index 100% rename from Search/PersonSearch.php rename to src/Bundle/ChillPerson/Search/PersonSearch.php diff --git a/Search/PersonSearchByPhone.php b/src/Bundle/ChillPerson/Search/PersonSearchByPhone.php similarity index 100% rename from Search/PersonSearchByPhone.php rename to src/Bundle/ChillPerson/Search/PersonSearchByPhone.php diff --git a/Search/SimilarPersonMatcher.php b/src/Bundle/ChillPerson/Search/SimilarPersonMatcher.php similarity index 100% rename from Search/SimilarPersonMatcher.php rename to src/Bundle/ChillPerson/Search/SimilarPersonMatcher.php diff --git a/Search/SimilarityPersonSearch.php b/src/Bundle/ChillPerson/Search/SimilarityPersonSearch.php similarity index 100% rename from Search/SimilarityPersonSearch.php rename to src/Bundle/ChillPerson/Search/SimilarityPersonSearch.php diff --git a/Security/Authorization/PersonVoter.php b/src/Bundle/ChillPerson/Security/Authorization/PersonVoter.php similarity index 100% rename from Security/Authorization/PersonVoter.php rename to src/Bundle/ChillPerson/Security/Authorization/PersonVoter.php diff --git a/Templating/Entity/ClosingMotiveRender.php b/src/Bundle/ChillPerson/Templating/Entity/ClosingMotiveRender.php similarity index 100% rename from Templating/Entity/ClosingMotiveRender.php rename to src/Bundle/ChillPerson/Templating/Entity/ClosingMotiveRender.php diff --git a/Templating/Entity/PersonRender.php b/src/Bundle/ChillPerson/Templating/Entity/PersonRender.php similarity index 100% rename from Templating/Entity/PersonRender.php rename to src/Bundle/ChillPerson/Templating/Entity/PersonRender.php diff --git a/Test/PreparePersonTrait.php b/src/Bundle/ChillPerson/Test/PreparePersonTrait.php similarity index 100% rename from Test/PreparePersonTrait.php rename to src/Bundle/ChillPerson/Test/PreparePersonTrait.php diff --git a/Tests/Controller/AccompanyingPeriodControllerTest.php b/src/Bundle/ChillPerson/Tests/Controller/AccompanyingPeriodControllerTest.php similarity index 100% rename from Tests/Controller/AccompanyingPeriodControllerTest.php rename to src/Bundle/ChillPerson/Tests/Controller/AccompanyingPeriodControllerTest.php diff --git a/Tests/Controller/AdminControllerTest.php b/src/Bundle/ChillPerson/Tests/Controller/AdminControllerTest.php similarity index 100% rename from Tests/Controller/AdminControllerTest.php rename to src/Bundle/ChillPerson/Tests/Controller/AdminControllerTest.php diff --git a/Tests/Controller/PersonAddressControllerTest.php b/src/Bundle/ChillPerson/Tests/Controller/PersonAddressControllerTest.php similarity index 100% rename from Tests/Controller/PersonAddressControllerTest.php rename to src/Bundle/ChillPerson/Tests/Controller/PersonAddressControllerTest.php diff --git a/Tests/Controller/PersonControllerCreateTest.php b/src/Bundle/ChillPerson/Tests/Controller/PersonControllerCreateTest.php similarity index 100% rename from Tests/Controller/PersonControllerCreateTest.php rename to src/Bundle/ChillPerson/Tests/Controller/PersonControllerCreateTest.php diff --git a/Tests/Controller/PersonControllerUpdateTest.php b/src/Bundle/ChillPerson/Tests/Controller/PersonControllerUpdateTest.php similarity index 100% rename from Tests/Controller/PersonControllerUpdateTest.php rename to src/Bundle/ChillPerson/Tests/Controller/PersonControllerUpdateTest.php diff --git a/Tests/Controller/PersonControllerUpdateWithHiddenFieldsTest.php b/src/Bundle/ChillPerson/Tests/Controller/PersonControllerUpdateWithHiddenFieldsTest.php similarity index 100% rename from Tests/Controller/PersonControllerUpdateWithHiddenFieldsTest.php rename to src/Bundle/ChillPerson/Tests/Controller/PersonControllerUpdateWithHiddenFieldsTest.php diff --git a/Tests/Controller/PersonControllerViewTest.php b/src/Bundle/ChillPerson/Tests/Controller/PersonControllerViewTest.php similarity index 100% rename from Tests/Controller/PersonControllerViewTest.php rename to src/Bundle/ChillPerson/Tests/Controller/PersonControllerViewTest.php diff --git a/Tests/Controller/PersonControllerViewWithHiddenFieldsTest.php b/src/Bundle/ChillPerson/Tests/Controller/PersonControllerViewWithHiddenFieldsTest.php similarity index 100% rename from Tests/Controller/PersonControllerViewWithHiddenFieldsTest.php rename to src/Bundle/ChillPerson/Tests/Controller/PersonControllerViewWithHiddenFieldsTest.php diff --git a/Tests/Entity/AccompanyingPeriodTest.php b/src/Bundle/ChillPerson/Tests/Entity/AccompanyingPeriodTest.php similarity index 100% rename from Tests/Entity/AccompanyingPeriodTest.php rename to src/Bundle/ChillPerson/Tests/Entity/AccompanyingPeriodTest.php diff --git a/Tests/Entity/PersonTest.php b/src/Bundle/ChillPerson/Tests/Entity/PersonTest.php similarity index 100% rename from Tests/Entity/PersonTest.php rename to src/Bundle/ChillPerson/Tests/Entity/PersonTest.php diff --git a/Tests/Export/Aggregator/AgeAggregatorTest.php b/src/Bundle/ChillPerson/Tests/Export/Aggregator/AgeAggregatorTest.php similarity index 100% rename from Tests/Export/Aggregator/AgeAggregatorTest.php rename to src/Bundle/ChillPerson/Tests/Export/Aggregator/AgeAggregatorTest.php diff --git a/Tests/Export/Aggregator/GenderAggregatorTest.php b/src/Bundle/ChillPerson/Tests/Export/Aggregator/GenderAggregatorTest.php similarity index 100% rename from Tests/Export/Aggregator/GenderAggregatorTest.php rename to src/Bundle/ChillPerson/Tests/Export/Aggregator/GenderAggregatorTest.php diff --git a/Tests/Export/Aggregator/NationalityAggregator.php b/src/Bundle/ChillPerson/Tests/Export/Aggregator/NationalityAggregator.php similarity index 100% rename from Tests/Export/Aggregator/NationalityAggregator.php rename to src/Bundle/ChillPerson/Tests/Export/Aggregator/NationalityAggregator.php diff --git a/Tests/Export/Export/CountPersonTest.php b/src/Bundle/ChillPerson/Tests/Export/Export/CountPersonTest.php similarity index 100% rename from Tests/Export/Export/CountPersonTest.php rename to src/Bundle/ChillPerson/Tests/Export/Export/CountPersonTest.php diff --git a/Tests/Export/Export/ListPersonTest.php b/src/Bundle/ChillPerson/Tests/Export/Export/ListPersonTest.php similarity index 100% rename from Tests/Export/Export/ListPersonTest.php rename to src/Bundle/ChillPerson/Tests/Export/Export/ListPersonTest.php diff --git a/Tests/Export/Filter/AccompanyingPeriodFilterTest.php b/src/Bundle/ChillPerson/Tests/Export/Filter/AccompanyingPeriodFilterTest.php similarity index 100% rename from Tests/Export/Filter/AccompanyingPeriodFilterTest.php rename to src/Bundle/ChillPerson/Tests/Export/Filter/AccompanyingPeriodFilterTest.php diff --git a/Tests/Export/Filter/BirthdayFilterTest.php b/src/Bundle/ChillPerson/Tests/Export/Filter/BirthdayFilterTest.php similarity index 100% rename from Tests/Export/Filter/BirthdayFilterTest.php rename to src/Bundle/ChillPerson/Tests/Export/Filter/BirthdayFilterTest.php diff --git a/Tests/Export/Filter/GenderFilterTest.php b/src/Bundle/ChillPerson/Tests/Export/Filter/GenderFilterTest.php similarity index 100% rename from Tests/Export/Filter/GenderFilterTest.php rename to src/Bundle/ChillPerson/Tests/Export/Filter/GenderFilterTest.php diff --git a/Tests/Form/Type/PickPersonTypeTest.php b/src/Bundle/ChillPerson/Tests/Form/Type/PickPersonTypeTest.php similarity index 100% rename from Tests/Form/Type/PickPersonTypeTest.php rename to src/Bundle/ChillPerson/Tests/Form/Type/PickPersonTypeTest.php diff --git a/Tests/Search/PersonSearchTest.php b/src/Bundle/ChillPerson/Tests/Search/PersonSearchTest.php similarity index 100% rename from Tests/Search/PersonSearchTest.php rename to src/Bundle/ChillPerson/Tests/Search/PersonSearchTest.php diff --git a/Tests/Security/Authorization/PersonVoterTest.php b/src/Bundle/ChillPerson/Tests/Security/Authorization/PersonVoterTest.php similarity index 100% rename from Tests/Security/Authorization/PersonVoterTest.php rename to src/Bundle/ChillPerson/Tests/Security/Authorization/PersonVoterTest.php diff --git a/Tests/Timeline/TimelineAccompanyingPeriodTest.php b/src/Bundle/ChillPerson/Tests/Timeline/TimelineAccompanyingPeriodTest.php similarity index 100% rename from Tests/Timeline/TimelineAccompanyingPeriodTest.php rename to src/Bundle/ChillPerson/Tests/Timeline/TimelineAccompanyingPeriodTest.php diff --git a/Tests/Validator/BirthdateValidatorTest.php b/src/Bundle/ChillPerson/Tests/Validator/BirthdateValidatorTest.php similarity index 100% rename from Tests/Validator/BirthdateValidatorTest.php rename to src/Bundle/ChillPerson/Tests/Validator/BirthdateValidatorTest.php diff --git a/Tests/bootstrap.php b/src/Bundle/ChillPerson/Tests/bootstrap.php similarity index 100% rename from Tests/bootstrap.php rename to src/Bundle/ChillPerson/Tests/bootstrap.php diff --git a/Timeline/AbstractTimelineAccompanyingPeriod.php b/src/Bundle/ChillPerson/Timeline/AbstractTimelineAccompanyingPeriod.php similarity index 100% rename from Timeline/AbstractTimelineAccompanyingPeriod.php rename to src/Bundle/ChillPerson/Timeline/AbstractTimelineAccompanyingPeriod.php diff --git a/Timeline/TimelineAccompanyingPeriodClosing.php b/src/Bundle/ChillPerson/Timeline/TimelineAccompanyingPeriodClosing.php similarity index 100% rename from Timeline/TimelineAccompanyingPeriodClosing.php rename to src/Bundle/ChillPerson/Timeline/TimelineAccompanyingPeriodClosing.php diff --git a/Timeline/TimelineAccompanyingPeriodOpening.php b/src/Bundle/ChillPerson/Timeline/TimelineAccompanyingPeriodOpening.php similarity index 100% rename from Timeline/TimelineAccompanyingPeriodOpening.php rename to src/Bundle/ChillPerson/Timeline/TimelineAccompanyingPeriodOpening.php diff --git a/Validator/Constraints/Birthdate.php b/src/Bundle/ChillPerson/Validator/Constraints/Birthdate.php similarity index 100% rename from Validator/Constraints/Birthdate.php rename to src/Bundle/ChillPerson/Validator/Constraints/Birthdate.php diff --git a/Validator/Constraints/BirthdateValidator.php b/src/Bundle/ChillPerson/Validator/Constraints/BirthdateValidator.php similarity index 100% rename from Validator/Constraints/BirthdateValidator.php rename to src/Bundle/ChillPerson/Validator/Constraints/BirthdateValidator.php diff --git a/Widget/AddAPersonWidget.php b/src/Bundle/ChillPerson/Widget/AddAPersonWidget.php similarity index 100% rename from Widget/AddAPersonWidget.php rename to src/Bundle/ChillPerson/Widget/AddAPersonWidget.php diff --git a/Widget/PersonListWidget.php b/src/Bundle/ChillPerson/Widget/PersonListWidget.php similarity index 100% rename from Widget/PersonListWidget.php rename to src/Bundle/ChillPerson/Widget/PersonListWidget.php diff --git a/Widget/PersonListWidget/PersonFilteringInterface.php b/src/Bundle/ChillPerson/Widget/PersonListWidget/PersonFilteringInterface.php similarity index 100% rename from Widget/PersonListWidget/PersonFilteringInterface.php rename to src/Bundle/ChillPerson/Widget/PersonListWidget/PersonFilteringInterface.php diff --git a/Widget/PersonListWidgetFactory.php b/src/Bundle/ChillPerson/Widget/PersonListWidgetFactory.php similarity index 100% rename from Widget/PersonListWidgetFactory.php rename to src/Bundle/ChillPerson/Widget/PersonListWidgetFactory.php diff --git a/apigen.neon b/src/Bundle/ChillPerson/apigen.neon similarity index 100% rename from apigen.neon rename to src/Bundle/ChillPerson/apigen.neon diff --git a/chill.webpack.config.js b/src/Bundle/ChillPerson/chill.webpack.config.js similarity index 100% rename from chill.webpack.config.js rename to src/Bundle/ChillPerson/chill.webpack.config.js diff --git a/composer.json b/src/Bundle/ChillPerson/composer.json similarity index 100% rename from composer.json rename to src/Bundle/ChillPerson/composer.json diff --git a/phpunit.xml.dist b/src/Bundle/ChillPerson/phpunit.xml.dist similarity index 100% rename from phpunit.xml.dist rename to src/Bundle/ChillPerson/phpunit.xml.dist