mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Update Flex endpoint
This commit is contained in:
@@ -6,6 +6,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| --- | --- |
|
||||
| [abel/keycloak-bearer-only-adapter-bundle](https://packagist.org/packages/abel/keycloak-bearer-only-adapter-bundle) | [1.0](abel/keycloak-bearer-only-adapter-bundle/1.0) |
|
||||
| [ablaise/meteion-bundle](https://packagist.org/packages/ablaise/meteion-bundle) | [1.0](ablaise/meteion-bundle/1.0) |
|
||||
| [acseo/typesense-bundle](https://packagist.org/packages/acseo/typesense-bundle) | [0.7](acseo/typesense-bundle/0.7) |
|
||||
| [ad3n/ratchet-bundle](https://packagist.org/packages/ad3n/ratchet-bundle) | [0.4](ad3n/ratchet-bundle/0.4) |
|
||||
| [adback/adback-sdk-php-symfony](https://packagist.org/packages/adback/adback-sdk-php-symfony) | [2.4](adback/adback-sdk-php-symfony/2.4) |
|
||||
| [adlarge/fixtures-documentation-bundle](https://packagist.org/packages/adlarge/fixtures-documentation-bundle) | [1.1](adlarge/fixtures-documentation-bundle/1.1) |
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"acseo/typesense-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"ACSEO\\TypesenseBundle\\ACSEOTypesenseBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"TYPESENSE_URL": "http://localhost:8108",
|
||||
"TYPESENSE_KEY": "123"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/acseo_typesense.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/acseo/TypesenseBundle/blob/master/README.md",
|
||||
"acseo_typesense:",
|
||||
" typesense:",
|
||||
" url: '%env(resolve:TYPESENSE_URL)%'",
|
||||
" key: '%env(resolve:TYPESENSE_KEY)%'",
|
||||
" # Optional : add prefix to all collection names in Typesense",
|
||||
" #collection_prefix: 'app_'",
|
||||
" # Collection settings",
|
||||
" collections: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b202ccc902adb679c089d541b1b2748d595b4315"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"acseo/typesense-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"ACSEO\\TypesenseBundle\\ACSEOTypesenseBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"TYPESENSE_URL": "http://localhost:8108",
|
||||
"TYPESENSE_KEY": "123"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/acseo_typesense.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/acseo/TypesenseBundle/blob/master/README.md",
|
||||
"acseo_typesense:",
|
||||
" typesense:",
|
||||
" url: '%env(resolve:TYPESENSE_URL)%'",
|
||||
" key: '%env(resolve:TYPESENSE_KEY)%'",
|
||||
" # Optional : add prefix to all collection names in Typesense",
|
||||
" #collection_prefix: 'app_'",
|
||||
" # Collection settings",
|
||||
" collections: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b202ccc902adb679c089d541b1b2748d595b4315"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,6 +7,9 @@
|
||||
"ablaise/meteion-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"acseo/typesense-bundle": [
|
||||
"0.7"
|
||||
],
|
||||
"ad3n/ratchet-bundle": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user