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