Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-03-09 15:08:33 +00:00
parent acde075b86
commit 3224ecafce
3 changed files with 0 additions and 39 deletions
-1
View File
@@ -561,7 +561,6 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [xcore/inline-editing-bundle](https://packagist.org/packages/xcore/inline-editing-bundle) | [1.2](xcore/inline-editing-bundle/1.2) |
| [xiidea/easy-audit](https://packagist.org/packages/xiidea/easy-audit) | [2.0](xiidea/easy-audit/2.0) |
| [yamilovs/sms-bundle](https://packagist.org/packages/yamilovs/sms-bundle) | [1.0](yamilovs/sms-bundle/1.0) |
| [youritservices/mock-server-bundle](https://packagist.org/packages/youritservices/mock-server-bundle) | [1.0](youritservices/mock-server-bundle/1.0) |
| [ywh/cvss-bundle](https://packagist.org/packages/ywh/cvss-bundle) | [1.0](ywh/cvss-bundle/1.0) |
| [ywh/doctrine-encryption-bundle](https://packagist.org/packages/ywh/doctrine-encryption-bundle) | [1.0](ywh/doctrine-encryption-bundle/1.0) |
| [zendesk/zendesk_api_client_php](https://packagist.org/packages/zendesk/zendesk_api_client_php) | [2.2](zendesk/zendesk_api_client_php/2.2) |
-3
View File
@@ -1780,9 +1780,6 @@
"yamilovs/sms-bundle": [
"1.0"
],
"youritservices/mock-server-bundle": [
"1.0"
],
"ywh/cvss-bundle": [
"1.0"
],
@@ -1,35 +0,0 @@
{
"manifests": {
"youritservices/mock-server-bundle": {
"manifest": {
"bundles": {
"YourITServices\\MockServerBundle\\MockServerBundle": [
"dev",
"test"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MOCK_SERVER_HOST": "http://mock-api:1080"
}
},
"files": {
"config/packages/mock_server.yaml": {
"contents": [
"framework:",
" http_client:",
"",
"mock_server:",
" host_url: '%env(MOCK_SERVER_HOST)%'",
" mocks_directory: '%kernel.project_dir%/tests/apiMocks'",
""
],
"executable": false
}
},
"ref": "19757807ff164d0ae355809fb64a19d0e81be4c7"
}
}
}