Skip to content

Commit

Permalink
Merge pull request #77 from payfort/Release-Feature
Browse files Browse the repository at this point in the history
composer.json is placed in root
  • Loading branch information
cetozgen authored Oct 29, 2024
2 parents df765fb + 8e85f77 commit db93a7b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "amazonpaymentservices/module-fort",
"description": "APS integration with payment gateway",
"version": "2.6.3",
"type": "magento2-module",
"license": [
"MIT"
],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Amazonpaymentservices\\Fort\\": ""
}
}
}

0 comments on commit db93a7b

Please sign in to comment.