mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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) |
|
||||
|
||||
+21
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user