Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 811 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",
    "license": [
        "GPL-3.0+",
        "PCSG QL-1.0"
    ],
    "authors": [
        {
            "name": "Patrick M\u00fcller",
            "email": "p.mueller@pcsg.de",
            "homepage": "https:\/\/www.pcsg.de",
            "role": "Developer"
        }
    ],
    "support": {
        "email": "support@pcsg.de",
        "url": "http:\/\/www.pcsg.de"
    },
    "require": {
        "quiqqer\/payments": "^1.0|*@dev",
        "stripe\/stripe-php": "^7",
        "cbschuld\/browser.php": "^1"
    },
    "autoload": {
        "psr-4": {
            "QUI\\ERP\\Payments\\Stripe\\": "src\/QUI\/ERP\/Payments\/Stripe"
        }
Patrick Müller's avatar
Patrick Müller committed
    }