diff --git a/archived/odolbeau.phone-number-bundle/0d4442802a90dd2d1d6c18618998b43f69af0d95.json b/archived/odolbeau.phone-number-bundle/0d4442802a90dd2d1d6c18618998b43f69af0d95.json new file mode 100644 index 00000000..43cbb9a3 --- /dev/null +++ b/archived/odolbeau.phone-number-bundle/0d4442802a90dd2d1d6c18618998b43f69af0d95.json @@ -0,0 +1,49 @@ +{ + "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" + } + } +} diff --git a/odolbeau.phone-number-bundle.3.0.json b/odolbeau.phone-number-bundle.3.0.json index 59105eb8..43cbb9a3 100644 --- a/odolbeau.phone-number-bundle.3.0.json +++ b/odolbeau.phone-number-bundle.3.0.json @@ -31,12 +31,19 @@ "# 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": "8aaba28c06547e50377dd9dce4104b9e384731a5" + "ref": "0d4442802a90dd2d1d6c18618998b43f69af0d95" } } }