From 4753851f87a09e0b423a70215d958b44a9a00ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:09:26 +0000 Subject: [PATCH] Bump stripe/stripe-php from 8.12.0 to 10.7.0 Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 8.12.0 to 10.7.0. - [Release notes](https://github.com/stripe/stripe-php/releases) - [Changelog](https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-php/compare/v8.12.0...v10.7.0) --- updated-dependencies: - dependency-name: stripe/stripe-php dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index c41f10803..8de2501d2 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "spatie/laravel-fractal": "~6.0.2", "spatie/laravel-query-builder": "~5.1.1", "staudenmeir/belongs-to-through": "~2.12.1", - "stripe/stripe-php": "^8.7", + "stripe/stripe-php": "^10.7", "symfony/http-client": "~6.0", "symfony/mailgun-mailer": "~6.0", "symfony/postmark-mailer": "~6.0", diff --git a/composer.lock b/composer.lock index 0400b13c4..2d6522080 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "a00efbc227b313b7016f815b5d31ac8f", + "content-hash": "e6ef7af8af2e69fbf2efd4c86818cff8", "packages": [ { "name": "aws/aws-crt-php", @@ -5164,16 +5164,16 @@ }, { "name": "stripe/stripe-php", - "version": "v8.12.0", + "version": "v10.7.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "1b7b1ea75c744b8a9f55a0942112f8e822a6a482" + "reference": "91876a7dd88148f8b4bac6e3202503312ae5d581" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/1b7b1ea75c744b8a9f55a0942112f8e822a6a482", - "reference": "1b7b1ea75c744b8a9f55a0942112f8e822a6a482", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/91876a7dd88148f8b4bac6e3202503312ae5d581", + "reference": "91876a7dd88148f8b4bac6e3202503312ae5d581", "shasum": "" }, "require": { @@ -5184,6 +5184,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "3.5.0", + "php-coveralls/php-coveralls": "^2.5", "phpstan/phpstan": "^1.2", "phpunit/phpunit": "^5.7 || ^9.0", "squizlabs/php_codesniffer": "^3.3" @@ -5218,9 +5219,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v8.12.0" + "source": "https://github.com/stripe/stripe-php/tree/v10.7.0" }, - "time": "2022-07-25T14:42:34+00:00" + "time": "2023-02-23T23:30:31+00:00" }, { "name": "symfony/console",