Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
kenariosz committed Nov 20, 2024
1 parent c56cf09 commit a143925
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/oxid-esales/twig-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ install:
"oxid-esales/twig-admin-theme": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}"
},
"require-dev": {
"oxid-esales/developer-tools": "{{ .Data.global.composer.dev_ref }}"
"require-dev":{
"oxid-esales/developer-tools":"{{ .Data.global.composer.dev_ref }}",
"phpspec/prophecy-phpunit": "^v2.0.1",
"phpunit/phpunit": "^9.1.1"
},
"autoload-dev":{
"psr-4":{
"OxidEsales\\EshopCommunity\\Tests\\":"./vendor/oxid-esales/oxideshop-ce/tests",
"OxidEsales\\Twig\\Tests\\": "./vendor/oxid-esales/twig-component/tests"
}
}
}
Expand Down

0 comments on commit a143925

Please sign in to comment.