Skip to content

Commit

Permalink
OXDEV-7732: Correct composer transform indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Apr 29, 2024
1 parent 8101328 commit ac3f33a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/oxid-esales/graphql-configuration-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ prepare_shop:
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
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:
Expand Down

0 comments on commit ac3f33a

Please sign in to comment.