Skip to content

Commit

Permalink
!fixup Move codeception module requirements to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Feb 16, 2024
1 parent a67ba5b commit abd7f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
"oxid-esales/oxideshop-ce": "dev-b-7.1.x",
"phpstan/phpstan": "^1.10",
"squizlabs/php_codesniffer": "3.*",
"phpmd/phpmd": "^2.11",
"codeception/module-rest": "^3.3",
"codeception/module-phpbrowser": "^3.0"
"phpmd/phpmd": "^2.11"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 2 additions & 0 deletions tests/github_actions/module-graphql-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ prepare_shop:
mysql: '["8.0"]'
git:
shop_ref: '{{ .Data.global.git.default_ref }}'
composer_require_install: 'codeception/module-rest:^3.3 codeception/module-phpbrowser:^3.0'
composer_require_options: '--dev'

install_shop:
matrix: *matrix
Expand Down

0 comments on commit abd7f58

Please sign in to comment.