Your IP : 216.73.216.189


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/stripe/module-payments/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/vendor/stripe/module-payments/composer.json

{
    "name": "stripe/module-payments",
    "type": "magento2-module",
    "description": "Shared component for accepting online payments in Magento 2 using the Stripe payment gateway.",
    "version": "3.5.16",
    "require": {
        "stripe/stripe-php": "^12.7.0",
        "php": ">=7.4"
    },
    "license": [
        "https://stripe.com/magento/legal"
    ],
    "autoload": {
        "files": [ "registration.php" ],
        "psr-4": {
            "StripeIntegration\\Payments\\": ""
        }
    }
}