Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-10-13 10:23:24 +00:00
parent 8cb8d8cc21
commit e66fa34e7a
2 changed files with 57 additions and 1 deletions
@@ -0,0 +1,49 @@
{
"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 $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"
}
}
}
+8 -1
View File
@@ -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"
}
}
}