mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"manifests": {
|
||||
"21torr/hosting": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Torr\\Hosting\\HostingBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"HOSTING_TIER": "development"
|
||||
},
|
||||
"gitignore": [
|
||||
"/.build-info.json"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/hosting.yaml": {
|
||||
"contents": [
|
||||
"hosting:",
|
||||
" tier: '%env(HOSTING_TIER)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "cc9fac2b32b1db240afab9621c18ffaf5b4b742f"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
|
||||
| Package | Latest Recipe |
|
||||
| --- | --- |
|
||||
| [21torr/hosting](https://packagist.org/packages/21torr/hosting) | [2.1](21torr/hosting/2.1) |
|
||||
| [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) |
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"manifests": {
|
||||
"21torr/hosting": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Torr\\Hosting\\HostingBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"HOSTING_TIER": "development"
|
||||
},
|
||||
"gitignore": [
|
||||
"/.build-info.json"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/hosting.yaml": {
|
||||
"contents": [
|
||||
"hosting:",
|
||||
" tier: '%env(HOSTING_TIER)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "cc9fac2b32b1db240afab9621c18ffaf5b4b742f"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"aliases": [],
|
||||
"recipes": {
|
||||
"21torr/hosting": [
|
||||
"2.1"
|
||||
],
|
||||
"abel/keycloak-bearer-only-adapter-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user