Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-12-03 17:38:48 +00:00
parent 53ff54d150
commit 61c42c40f0
4 changed files with 48 additions and 0 deletions
+1
View File
@@ -208,6 +208,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [excelwebzone/recaptcha-bundle](https://packagist.org/packages/excelwebzone/recaptcha-bundle) | [1.5](excelwebzone/recaptcha-bundle/1.5) |
| [exercise/htmlpurifier-bundle](https://packagist.org/packages/exercise/htmlpurifier-bundle) | [3.0](exercise/htmlpurifier-bundle/3.0) |
| [expertcoder/swiftmailer-send-grid-bundle](https://packagist.org/packages/expertcoder/swiftmailer-send-grid-bundle) | [2.0](expertcoder/swiftmailer-send-grid-bundle/2.0) |
| [explicatis/dynamics-api-bundle](https://packagist.org/packages/explicatis/dynamics-api-bundle) | [0.1](explicatis/dynamics-api-bundle/0.1) |
| [facile-it/mongodb-bundle](https://packagist.org/packages/facile-it/mongodb-bundle) | [0.6](facile-it/mongodb-bundle/0.6) |
| [fastfony/quality-pack](https://packagist.org/packages/fastfony/quality-pack) | [1.0](fastfony/quality-pack/1.0) |
| [fastfony/tailwind-webpack-encore-pack](https://packagist.org/packages/fastfony/tailwind-webpack-encore-pack) | [1.0](fastfony/tailwind-webpack-encore-pack/1.0) |
@@ -0,0 +1,22 @@
{
"manifests": {
"explicatis/dynamics-api-bundle": {
"manifest": {
"bundles": {
"Explicatis\\DynamicsApiBundle\\DynamicsApiBundle": [
"all"
]
},
"env": {
"DYNAMICS_AUTH_BASE_URL": "https://login.microsoftonline.com/",
"DYNAMICS_API_BASE_URL": "",
"DYNAMICS_TENANT_ID": "",
"DYNAMICS_APP_ID": "",
"DYNAMICS_CLIENT_KEY": ""
}
},
"files": [],
"ref": "eeb9f5fb164168b27d5feeec0d7e04c49835fc51"
}
}
}
+22
View File
@@ -0,0 +1,22 @@
{
"manifests": {
"explicatis/dynamics-api-bundle": {
"manifest": {
"bundles": {
"Explicatis\\DynamicsApiBundle\\DynamicsApiBundle": [
"all"
]
},
"env": {
"DYNAMICS_AUTH_BASE_URL": "https://login.microsoftonline.com/",
"DYNAMICS_API_BASE_URL": "",
"DYNAMICS_TENANT_ID": "",
"DYNAMICS_APP_ID": "",
"DYNAMICS_CLIENT_KEY": ""
}
},
"files": [],
"ref": "eeb9f5fb164168b27d5feeec0d7e04c49835fc51"
}
}
}
+3
View File
@@ -655,6 +655,9 @@
"expertcoder/swiftmailer-send-grid-bundle": [
"2.0"
],
"explicatis/dynamics-api-bundle": [
"0.1"
],
"facile-it/mongodb-bundle": [
"0.6"
],