Installation du module Stripe

This commit is contained in:
2020-09-01 19:16:54 +02:00
parent 1d513623d6
commit 16597281d2
44 changed files with 2825 additions and 3 deletions

86
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "9792ca0006636137328111bcecd57a36",
"content-hash": "5713db4d71a29f2a4aeca5a61aa6e072",
"packages": [
{
"name": "commerceguys/addressing",
@@ -1199,6 +1199,62 @@
],
"time": "2014-11-23T20:37:11+00:00"
},
{
"name": "stripe/stripe-php",
"version": "v6.43.1",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
"reference": "42fcdaf99c44bb26937223f8eae1f263491d5ab8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/42fcdaf99c44bb26937223f8eae1f263491d5ab8",
"reference": "42fcdaf99c44bb26937223f8eae1f263491d5ab8",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=5.4.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "1.*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0",
"symfony/process": "~2.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Stripe\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Stripe and contributors",
"homepage": "https://github.com/stripe/stripe-php/contributors"
}
],
"description": "Stripe PHP Library",
"homepage": "https://stripe.com/",
"keywords": [
"api",
"payment processing",
"stripe"
],
"time": "2019-08-29T16:56:12+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v5.4.1",
@@ -3522,6 +3578,34 @@
"description": "Number management library",
"time": "2015-11-05T15:52:55+00:00"
},
{
"name": "thelia/stripe-payment-module",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/thelia-modules/StripePayment.git",
"reference": "50b758551bfee2208f2c196cc552790688f9e084"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thelia-modules/StripePayment/zipball/50b758551bfee2208f2c196cc552790688f9e084",
"reference": "50b758551bfee2208f2c196cc552790688f9e084",
"shasum": ""
},
"require": {
"stripe/stripe-php": "6.*",
"thelia/installer": "~1.1"
},
"type": "thelia-module",
"extra": {
"installer-name": "StripePayment"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0+"
],
"time": "2020-06-03T13:40:26+00:00"
},
{
"name": "wsdltophp/package-colissimo-postage",
"version": "1.0.0",