{ "manifests": { "odolbeau/phone-number-bundle": { "manifest": { "bundles": { "Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "post-install-output": [ "", " Uncomment the configuration provided for doctrine", " and now can use the phone bundle as described here: ", " https://github.com/odolbeau/phone-number-bundle#usage ", " The Doctrine configuration has been already done.", " You now can use `phone_number` as an ORM-Type: ", "", " #[ORM\\Column(type: 'phone_number')]", " private ?PhoneNumber $phoneNumber = null;" ] }, "files": { "config/packages/misd_phone_number.yaml": { "contents": [ "# To persist libphonenumber\\PhoneNumber objects, add the Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType mapping to your application's config.", "# This requires: doctrine/doctrine-bundle", "#doctrine:", "# dbal:", "# types:", "# phone_number: Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType", "", "#misd_phone_number:", "# twig: false", "# form: false", "# serializer: false", "# validator:", "# default_region: GB", "" ], "executable": false } }, "ref": "0d4442802a90dd2d1d6c18618998b43f69af0d95" } } }