Files
symfony-flex-recipes-contrib/youritservices.mock-server-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] acde075b86 Update Flex endpoint
2023-03-08 14:02:19 +00:00

36 lines
1.1 KiB
JSON

{
"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"
}
}
}