From 8101328b0283d8a5e376512d2dccae67bb2dee43 Mon Sep 17 00:00:00 2001 From: marcelmanzel Date: Mon, 29 Apr 2024 08:34:18 +0200 Subject: [PATCH] OXDEV-7732: Override composer.json to add c3 --- .../graphql-configuration-access.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/oxid-esales/graphql-configuration-access.yml b/.github/oxid-esales/graphql-configuration-access.yml index 48dd222..388bf64 100644 --- a/.github/oxid-esales/graphql-configuration-access.yml +++ b/.github/oxid-esales/graphql-configuration-access.yml @@ -6,6 +6,25 @@ prepare_shop: shop_ref: '{{ .Data.global.git.default_ref }}' custom_ini: xdebug: 'xdebug.mode=debug,profile,coverage' + composer: + transform: | + { + "require-dev": { + "codeception/module-rest": "^3.3", + "codeception/module-phpbrowser": "^3.0", + "codeception/c3": "^2.9", + "oxid-esales/twig-component": "{{ .Data.global.composer.dev_ref }}", + "oxid-esales/twig-admin-theme": "{{ .Data.global.composer.dev_ref }}", + "oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}", + }, + "config":{ + "allow-plugins":{ + "oxid-esales/oxideshop-composer-plugin": true, + "oxid-esales/oxideshop-unified-namespace-generator": true, + "codeception/c3": true + } + } + } install_module: matrix: