Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-05-15 10:06:22 +00:00
parent 9d0d1b29a2
commit 6a7c7c63c2
4 changed files with 46 additions and 0 deletions
+1
View File
@@ -503,6 +503,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [skipthedragon/inertia-bundle](https://packagist.org/packages/skipthedragon/inertia-bundle) | [1.0](skipthedragon/inertia-bundle/1.0) |
| [slot/mandrill-bundle](https://packagist.org/packages/slot/mandrill-bundle) | [1.1](slot/mandrill-bundle/1.1) |
| [snc/redis-bundle](https://packagist.org/packages/snc/redis-bundle) | [2.0](snc/redis-bundle/2.0) |
| [softavis/flysystem-cloudflare-bundle](https://packagist.org/packages/softavis/flysystem-cloudflare-bundle) | [0.1](softavis/flysystem-cloudflare-bundle/0.1) |
| [soljian/steam-authentication-bundle](https://packagist.org/packages/soljian/steam-authentication-bundle) | [1.0](soljian/steam-authentication-bundle/1.0) |
| [solvrtech/symfony-logbook](https://packagist.org/packages/solvrtech/symfony-logbook) | [1.0](solvrtech/symfony-logbook/1.0) |
| [sonata-project/admin-bundle](https://packagist.org/packages/sonata-project/admin-bundle) | [4.0](sonata-project/admin-bundle/4.0) |
@@ -0,0 +1,21 @@
{
"manifests": {
"softavis/flysystem-cloudflare-bundle": {
"manifest": {
"bundles": {
"Softavis\\FlysystemCloudflareBundle\\FlysystemCloudflareBundle": [
"all"
]
},
"env": {
"CLOUDFLARE_ACCOUNT_ID": "",
"CLOUDFLARE_ACCOUNT_HASH": "",
"CLOUDFLARE_ACCESS_TOKEN": "",
"CLOUDFLARE_VARIANT_NAME": ""
}
},
"files": [],
"ref": "246d68d6f5215d55f15ce631a116598e9e83e252"
}
}
}
+3
View File
@@ -1597,6 +1597,9 @@
"snc/redis-bundle": [
"2.0"
],
"softavis/flysystem-cloudflare-bundle": [
"0.1"
],
"soljian/steam-authentication-bundle": [
"1.0"
],
@@ -0,0 +1,21 @@
{
"manifests": {
"softavis/flysystem-cloudflare-bundle": {
"manifest": {
"bundles": {
"Softavis\\FlysystemCloudflareBundle\\FlysystemCloudflareBundle": [
"all"
]
},
"env": {
"CLOUDFLARE_ACCOUNT_ID": "",
"CLOUDFLARE_ACCOUNT_HASH": "",
"CLOUDFLARE_ACCESS_TOKEN": "",
"CLOUDFLARE_VARIANT_NAME": ""
}
},
"files": [],
"ref": "246d68d6f5215d55f15ce631a116598e9e83e252"
}
}
}