Installation du module Stripe
This commit is contained in:
1
core/vendor/composer/autoload_psr4.php
vendored
1
core/vendor/composer/autoload_psr4.php
vendored
@@ -46,6 +46,7 @@ return array(
|
||||
'Symfony\\Component\\Cache\\' => array($vendorDir . '/symfony/cache'),
|
||||
'Symfony\\Component\\BrowserKit\\' => array($vendorDir . '/symfony/browser-kit'),
|
||||
'Symfony\\Cmf\\Component\\Routing\\' => array($vendorDir . '/symfony-cmf/routing'),
|
||||
'Stripe\\' => array($vendorDir . '/stripe/stripe-php/lib'),
|
||||
'SoapClient\\' => array($vendorDir . '/wsdltophp/package-colissimo-postage/SoapClient'),
|
||||
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
|
||||
'Giggsey\\Locale\\' => array($vendorDir . '/giggsey/locale/src'),
|
||||
|
||||
5
core/vendor/composer/autoload_static.php
vendored
5
core/vendor/composer/autoload_static.php
vendored
@@ -73,6 +73,7 @@ class ComposerStaticInit60933c160e6e784f12d951b85ffd7bf5
|
||||
'Symfony\\Component\\Cache\\' => 24,
|
||||
'Symfony\\Component\\BrowserKit\\' => 29,
|
||||
'Symfony\\Cmf\\Component\\Routing\\' => 30,
|
||||
'Stripe\\' => 7,
|
||||
'SoapClient\\' => 11,
|
||||
),
|
||||
'P' =>
|
||||
@@ -261,6 +262,10 @@ class ComposerStaticInit60933c160e6e784f12d951b85ffd7bf5
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony-cmf/routing',
|
||||
),
|
||||
'Stripe\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/stripe/stripe-php/lib',
|
||||
),
|
||||
'SoapClient\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/wsdltophp/package-colissimo-postage/SoapClient',
|
||||
|
||||
91
core/vendor/composer/installed.json
vendored
91
core/vendor/composer/installed.json
vendored
@@ -1296,7 +1296,8 @@
|
||||
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
||||
"keywords": [
|
||||
"tokenizer"
|
||||
]
|
||||
],
|
||||
"abandoned": true
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
@@ -2227,6 +2228,64 @@
|
||||
"stack"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "stripe/stripe-php",
|
||||
"version": "v6.43.1",
|
||||
"version_normalized": "6.43.1.0",
|
||||
"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"
|
||||
},
|
||||
"time": "2019-08-29T16:56:12+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"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"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "swiftmailer/swiftmailer",
|
||||
"version": "v5.4.1",
|
||||
@@ -4684,6 +4743,36 @@
|
||||
],
|
||||
"description": "Number management library"
|
||||
},
|
||||
{
|
||||
"name": "thelia/stripe-payment-module",
|
||||
"version": "2.0.4",
|
||||
"version_normalized": "2.0.4.0",
|
||||
"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"
|
||||
},
|
||||
"time": "2020-06-03T13:40:26+00:00",
|
||||
"type": "thelia-module",
|
||||
"extra": {
|
||||
"installer-name": "StripePayment"
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-3.0+"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wsdltophp/package-colissimo-postage",
|
||||
"version": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user