Files
symfony-flex-recipes-contrib/odolbeau.phone-number-bundle.3.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

43 lines
1.9 KiB
JSON

{
"manifests": {
"odolbeau/phone-number-bundle": {
"manifest": {
"bundles": {
"Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=green;fg=white></>",
"<bg=green;fg=white> Uncomment the configuration provided for doctrine",
"<bg=green;fg=white> and now can use the phone bundle as described here: </>",
"<bg=green;fg=white> https://github.com/odolbeau/phone-number-bundle#usage </>",
"<bg=green;fg=white> The Doctrine configuration has been already done.</>",
"<bg=green;fg=white> You now can use `phone_number` as an ORM-Type: </>",
"",
" /** @ORM\\Column(type=\"phone_number\") */",
" private $phoneNumber;"
]
},
"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",
""
],
"executable": false
}
},
"ref": "4388686329b81291918a948cd42891829fb1de71"
}
}
}