Skip to content

Commit

Permalink
OXDEV-8759 Revert twig component related packages from dev dependencies
Browse files Browse the repository at this point in the history
Having those packages in dependencies give no benefit. They are not directly required for the dev process, but more for the shop to work, so should be not here.

Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Oct 25, 2024
1 parent d3c0329 commit aa8040a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/oxid-esales/module-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ install:
"require": {
"oxid-esales/oxideshop-ce": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/twig-admin-theme": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}"
"oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/twig-component": "{{ .Data.global.composer.dev_ref }}"
}
}
custom_script_container: |
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"squizlabs/php_codesniffer": "3.*",
"phpmd/phpmd": "^2.11",
"oxid-esales/oxideshop-ce": "dev-b-7.2.x",
"oxid-esales/twig-component": "dev-b-7.2.x",
"oxid-esales/twig-admin-theme": "dev-b-7.2.x",
"oxid-esales/apex-theme": "dev-b-7.2.x",
"phpunit/phpunit": "~10.5.17",
"mikey179/vfsstream": "~1.6.8",
"codeception/codeception": "*",
Expand Down

0 comments on commit aa8040a

Please sign in to comment.