Skip to content

Commit

Permalink
Add the codeception requirements to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Apr 16, 2024
1 parent 183ce95 commit 5e02574
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/oxid-esales/module-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ install_shop_with_modules:
"oxid-esales/twig-admin-theme": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}",
"{{ $org }}/{{ $name }}": "dev-{{ .Github.RefName }}"
"codeception/codeception": "^5.0",
"codeception/module-asserts": "^3.0",
"codeception/module-db": "^3.0",
"codeception/module-filesystem": "^3.0",
"codeception/module-webdriver": "^3.1",
},
"repositories": {
"{{ $org }}/{{ $name }}": {
Expand Down

0 comments on commit 5e02574

Please sign in to comment.