Skip to content

Commit

Permalink
normalized
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Jan 5, 2024
1 parent 926dee9 commit 5637f1d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
}
],
"require": {
"php": ">=7",
"magento/product-community-edition": "^2.3",
"php": ">=7.1",
"magento/module-sales": ">=100.0",
"magento/module-checkout": ">=100.0",
"magento/module-payment": ">=100.0",
"magento/framework": ">=100.0",
"tpay-com/tpay-openapi-php": "^1.3",
"tpay-com/tpay-php": "^2.3.6"
"tpay-com/tpay-php": "^2.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5637f1d

Please sign in to comment.