gnu-taler-payment-for-magento

Adobe Commerce (Magento) plugin to enable payments with GNU Taler
Log | Files | Refs | README

composer.json (624B)


      1 {
      2     "name": "gnu/taler",
      3     "description": "Adds GNU Taler payment functionality to the Magento Open Source framework.",
      4     "require": {
      5         "php": "~7.4.0||~8.1.0||~8.2.0",
      6         "magento/module-sales": "100.0.*",
      7         "magento/module-checkout": "100.0.*",
      8         "magento/module-payment": "100.0.*",
      9         "magento/framework": "*",
     10         "magento/magento-composer-installer": "*"
     11     },
     12     "type": "magento2-module",
     13     "version": "1",
     14     "license": [
     15         "AGPL"
     16     ],
     17     "autoload": {
     18         "files": [ "registration.php" ],
     19         "psr-4": {
     20             "GNU\\Taler\\": ""
     21         }
     22     }
     23 }