diff --git a/composer.json b/composer.json new file mode 100755 index 0000000..19acf01 --- /dev/null +++ b/composer.json @@ -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\\": "" + } + } +}