Files
symfony-flex-recipes-contrib/misd.phone-number-bundle.1.3.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

55 lines
2.5 KiB
JSON

{
"locks": {
"misd/phone-number-bundle": {
"version": "1.3",
"recipe": {
"repo": "1.3",
"branch": "master",
"version": "1.3",
"ref": "aba06d73c9443026f7e9e606520b026b783e24b5"
}
}
},
"manifests": {
"misd/phone-number-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "misd/phone-number-bundle",
"version": "1.3",
"manifest": {
"bundles": {
"Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=yellow></>",
"<bg=yellow> This bundle is Abandoned: use odolbeau/phone-number-bundle instead </>",
"",
" composer remove misd/phone-number-bundle --no-scripts",
" composer require odolbeau/phone-number-bundle",
"",
"<bg=green;fg=white></>",
"<bg=green;fg=white> You now can use the phone bundle as described here: </>",
"<bg=green;fg=white> https://github.com/misd-service-development/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.\n# This requires: doctrine/doctrine-bundle\n# doctrine:\n# dbal:\n# types:\n# phone_number: Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType\n",
"executable": false,
"encoding": ""
}
},
"origin": "misd/phone-number-bundle:1.3@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}