refactor: removed version from composer.json
Übergeordneter
6f852030
No related branches found
No related tags found
wird angezeigt
{ | ||
"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+", | ||
"PCSG QL-1.0" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Patrick Müller", | ||
"email": "p.mueller@pcsg.de", | ||
"homepage": "https://www.pcsg.de", | ||
"role": "Developer" | ||
"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" | ||
} | ||
} | ||
], | ||
"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" | ||
} | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Bitte registrieren oder Anmelden zum Kommentieren