diff --git a/RECIPES.md b/RECIPES.md index 73a5dad4..e85575a6 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/index.json b/index.json index 7da3df60..a05047cc 100644 --- a/index.json +++ b/index.json @@ -1780,9 +1780,6 @@ "yamilovs/sms-bundle": [ "1.0" ], - "youritservices/mock-server-bundle": [ - "1.0" - ], "ywh/cvss-bundle": [ "1.0" ], diff --git a/youritservices.mock-server-bundle.1.0.json b/youritservices.mock-server-bundle.1.0.json deleted file mode 100644 index 1830d4e1..00000000 --- a/youritservices.mock-server-bundle.1.0.json +++ /dev/null @@ -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" - } - } -}