mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"locks": {
|
|
"sprintechnology/firebase-cloud-messaging": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "d1907839db60bec20ef48d22a319c40fedc98d60"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"sprintechnology/firebase-cloud-messaging": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "sprintechnology/firebase-cloud-messaging",
|
|
"version": "1.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Firebase\\Bundle\\CloudMessagingBundle\\CloudMessagingBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%"
|
|
},
|
|
"env": {
|
|
"FCM_KEY": "@@get-key-from-firebase"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/firebase.yaml": {
|
|
"contents": "firebase:\n cloud_messaging:\n key: \"%env(FCM_KEY)%\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "sprintechnology/firebase-cloud-messaging:1.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |