Skip to content

Commit

Permalink
Update dependencies (#41)
Browse files Browse the repository at this point in the history
* Update dependencies and Readme

* Update README.md
  • Loading branch information
candemiralp authored Jun 4, 2024
1 parent 157eefe commit 423b696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This module depends on:
The dependencies may be obtained like for example

```
"adyen/module-payment": "9.2.0",
"adyen/module-payment": "^9.5.2",
"hyva-themes/magento2-default-theme": "^1.3",
"hyva-themes/magento2-hyva-checkout": "^1.1",
```
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"license": "MIT",
"require": {
"adyen/module-payment": "^9.5.2",
"hyva-themes/magento2-default-theme": "^1.3"
"hyva-themes/magento2-default-theme": "^1.3",
"hyva-themes/magento2-hyva-checkout": "^1.1"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 423b696

Please sign in to comment.