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:
@@ -201,6 +201,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [google/apiclient](https://packagist.org/packages/google/apiclient) | [2.10](google/apiclient/2.10) |
|
||||
| [google/recaptcha](https://packagist.org/packages/google/recaptcha) | [1.1](google/recaptcha/1.1) |
|
||||
| [googlechromelabs/ise-web-security-bundle](https://packagist.org/packages/googlechromelabs/ise-web-security-bundle) | [1.0](googlechromelabs/ise-web-security-bundle/1.0) |
|
||||
| [gponty/symfony-idloom-api-bundle](https://packagist.org/packages/gponty/symfony-idloom-api-bundle) | [1.0](gponty/symfony-idloom-api-bundle/1.0) |
|
||||
| [gpslab/domain-event-bundle](https://packagist.org/packages/gpslab/domain-event-bundle) | [2.2](gpslab/domain-event-bundle/2.2) |
|
||||
| [gpslab/geoip2](https://packagist.org/packages/gpslab/geoip2) | [2.0](gpslab/geoip2/2.0) |
|
||||
| [gpslab/pagination-bundle](https://packagist.org/packages/gpslab/pagination-bundle) | [1.2](gpslab/pagination-bundle/1.2) |
|
||||
|
||||
+31
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"manifests": {
|
||||
"gponty/symfony-idloom-api-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Gponty\\IdLoomBundle\\IdLoomBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"IDLOOM_URL": "your_idloom_url"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/idloom.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/gponty/symfony-idloom-api/blob/main/README.md",
|
||||
"id_loom:",
|
||||
" idloom_url: '%env(resolve:IDLOOM_URL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "6ca750fac535bd5bc309d93f3b1faa6e3234e71c"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"manifests": {
|
||||
"gponty/symfony-idloom-api-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Gponty\\IdLoomBundle\\IdLoomBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"IDLOOM_URL": "your_idloom_url"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/idloom.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/gponty/symfony-idloom-api/blob/main/README.md",
|
||||
"id_loom:",
|
||||
" idloom_url: '%env(resolve:IDLOOM_URL)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "6ca750fac535bd5bc309d93f3b1faa6e3234e71c"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -621,6 +621,9 @@
|
||||
"googlechromelabs/ise-web-security-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"gponty/symfony-idloom-api-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"gpslab/domain-event-bundle": [
|
||||
"2.2"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user