Skip to content

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Jan 23, 2024
1 parent a320f84 commit c5eeea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
],
"require": {
"php": ">=7.1",
"ext-json": "*",
"magento/framework": "^100.0",
"magento/module-checkout": "^100.0",
"magento/module-payment": "^100.0",
"magento/module-sales": "^100.0",
"tpay-com/tpay-openapi-php": "^1.6.6",
"tpay-com/tpay-php": "^2.4.3",
"ext-json": "*"
"tpay-com/tpay-php": "^2.4.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c5eeea4

Please sign in to comment.