Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 664 B
Newer Older
Patrick Müller's avatar
Patrick Müller committed
{
    "name" : "quiqqer/payment-stripe",
    "type" : "quiqqer-module",
    "description" : "Use the Stripe payment gateway to accept payments in your QUIQQER Shop",
    "version" : "dev-dev",
    "license" : "GPL-3.0+",
    "authors" : [
        {
            "name": "Patrick Müller",
            "email": "p.mueller@pcsg.de",
            "homepage": "http://www.pcsg.de",
            "role": "Developer"
        }
    ],
    "support" : {
        "email": "support@pcsg.de",
        "url": "http://www.pcsg.de"
    },
    "require": {
        
    }
    ,"autoload": {
  "psr-4": {
      "QUI\\ERP\\Payments\\Stripe\\": "src/QUI/ERP/Payments/Stripe"
   }
}

}