Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-05-31 10:16:01 +00:00
parent 44817cbab5
commit 3675a3688b
6 changed files with 124 additions and 0 deletions
+2
View File
@@ -585,6 +585,8 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [tilleuls/url-signer-bundle](https://packagist.org/packages/tilleuls/url-signer-bundle) | [1.0](tilleuls/url-signer-bundle/1.0) |
| [timiki/rpc-client-bundle](https://packagist.org/packages/timiki/rpc-client-bundle) | [4.0](timiki/rpc-client-bundle/4.0) |
| [timiki/rpc-server-bundle](https://packagist.org/packages/timiki/rpc-server-bundle) | [5.0](timiki/rpc-server-bundle/5.0) |
| [tiriel/firestore-odm-bundle](https://packagist.org/packages/tiriel/firestore-odm-bundle) | [0.2](tiriel/firestore-odm-bundle/0.2) |
| [tiriel/firestore-security-bridge](https://packagist.org/packages/tiriel/firestore-security-bridge) | [0.2](tiriel/firestore-security-bridge/0.2) |
| [toiba/fullcalendar-bundle](https://packagist.org/packages/toiba/fullcalendar-bundle) | [6.2](toiba/fullcalendar-bundle/6.2) |
| [trikoder/oauth2-bundle](https://packagist.org/packages/trikoder/oauth2-bundle) | [3.0](trikoder/oauth2-bundle/3.0) |
| [troopers/alertify-bundle](https://packagist.org/packages/troopers/alertify-bundle) | [3.0](troopers/alertify-bundle/3.0) |
@@ -0,0 +1,30 @@
{
"manifests": {
"tiriel/firestore-odm-bundle": {
"manifest": {
"bundles": {
"Tiriel\\FirestoreOdmBundle\\FirestoreOdmBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/tiriel.yaml": {
"contents": [
"tiriel_firestore_odm:",
" # Replace the following values by your own",
" project_name: my-project",
" # Can be an env var, a string to a file, or a yaml array with the values from the credentials file",
" service_account: '%kernel.project_dir%/config/secrets/my_project.json'",
""
],
"executable": false
}
},
"ref": "6dafa7bfab5ac04d4a69307c96f4fad12770a301"
}
}
}
@@ -0,0 +1,28 @@
{
"manifests": {
"tiriel/firestore-security-bridge": {
"manifest": {
"bundles": {
"Tiriel\\FirestoreSecurityBundle\\FirestoreSecurityBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/tiriel.yaml": {
"contents": [
"tiriel_firestore_security:",
" # Should be the id of a valid FirestoreDtoManager created for Tiriel/FirestoreOdmBundle, without the @",
" user_manager: 'my_manager_id'",
""
],
"executable": false
}
},
"ref": "0104978205310c228ef9cdfc9c1a320394f03dfb"
}
}
}
+6
View File
@@ -1863,6 +1863,12 @@
"4.2",
"5.0"
],
"tiriel/firestore-odm-bundle": [
"0.2"
],
"tiriel/firestore-security-bridge": [
"0.2"
],
"toiba/fullcalendar-bundle": [
"6.2"
],
+30
View File
@@ -0,0 +1,30 @@
{
"manifests": {
"tiriel/firestore-odm-bundle": {
"manifest": {
"bundles": {
"Tiriel\\FirestoreOdmBundle\\FirestoreOdmBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/tiriel.yaml": {
"contents": [
"tiriel_firestore_odm:",
" # Replace the following values by your own",
" project_name: my-project",
" # Can be an env var, a string to a file, or a yaml array with the values from the credentials file",
" service_account: '%kernel.project_dir%/config/secrets/my_project.json'",
""
],
"executable": false
}
},
"ref": "6dafa7bfab5ac04d4a69307c96f4fad12770a301"
}
}
}
+28
View File
@@ -0,0 +1,28 @@
{
"manifests": {
"tiriel/firestore-security-bridge": {
"manifest": {
"bundles": {
"Tiriel\\FirestoreSecurityBundle\\FirestoreSecurityBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/tiriel.yaml": {
"contents": [
"tiriel_firestore_security:",
" # Should be the id of a valid FirestoreDtoManager created for Tiriel/FirestoreOdmBundle, without the @",
" user_manager: 'my_manager_id'",
""
],
"executable": false
}
},
"ref": "0104978205310c228ef9cdfc9c1a320394f03dfb"
}
}
}