stripe logo added

This commit is contained in:
Čarodej
2021-12-02 16:14:23 +01:00
parent 8242ba860f
commit 0179dcb068
9 changed files with 93 additions and 437 deletions

66
composer.lock generated
View File

@@ -3927,7 +3927,7 @@
"dist": {
"type": "path",
"url": "../../PhpstormProjects/subscription",
"reference": "e5e8bd8e0bf05a5db16c41e3e1aff463fa2335ca"
"reference": "68137cd2a5654849e40ea21577e1d42c88695500"
},
"require": {
"friendsofphp/php-cs-fixer": "^3.0",
@@ -3938,7 +3938,8 @@
"php": "^8.0",
"spatie/data-transfer-object": "^3.6",
"spatie/laravel-package-tools": "^1.4.3",
"spatie/laravel-queueable-action": "^2.12"
"spatie/laravel-queueable-action": "^2.12",
"stripe/stripe-php": "^7.103"
},
"require-dev": {
"brianium/paratest": "^6.2",
@@ -8099,6 +8100,67 @@
},
"time": "2021-10-06T00:40:59+00:00"
},
{
"name": "stripe/stripe-php",
"version": "v7.103.0",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
"reference": "3a029598395bb4c7cfafa64707a553f4b01a9a12"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/3a029598395bb4c7cfafa64707a553f4b01a9a12",
"reference": "3a029598395bb4c7cfafa64707a553f4b01a9a12",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=5.6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.17.1",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.3",
"symfony/process": "~3.4"
},
"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"
],
"support": {
"issues": "https://github.com/stripe/stripe-php/issues",
"source": "https://github.com/stripe/stripe-php/tree/v7.103.0"
},
"time": "2021-11-20T00:36:07+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v6.3.0",