From 2feffb7728a6a217fb51059ebb21cda65eee0634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 15:03:54 +0000 Subject: [PATCH] Bump stripe/stripe-php from 9.9.0 to 12.0.0 in /server/php Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 9.9.0 to 12.0.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/v9.9.0...v12.0.0) --- updated-dependencies: - dependency-name: stripe/stripe-php dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/php/composer.json | 2 +- server/php/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/server/php/composer.json b/server/php/composer.json index dbbc14f..1552a13 100644 --- a/server/php/composer.json +++ b/server/php/composer.json @@ -1,7 +1,7 @@ { "require": { "vlucas/phpdotenv": "^5.4", - "stripe/stripe-php": "^9.0" + "stripe/stripe-php": "^12.0" }, "scripts": { "start": "cd public && php -S localhost:4242" diff --git a/server/php/composer.lock b/server/php/composer.lock index 30d8abf..0adf772 100644 --- a/server/php/composer.lock +++ b/server/php/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": "b4caa164a423b32aedcdbb218e07f065", + "content-hash": "1361184cff99c77b5380ccd6ccea80b8", "packages": [ { "name": "graham-campbell/result-type", @@ -145,16 +145,16 @@ }, { "name": "stripe/stripe-php", - "version": "v9.9.0", + "version": "v12.0.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "479b5c2136fde0debb93d290ceaf20dd161c358f" + "reference": "732996be0714154716f19f73f956d77bafc99334" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/479b5c2136fde0debb93d290ceaf20dd161c358f", - "reference": "479b5c2136fde0debb93d290ceaf20dd161c358f", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/732996be0714154716f19f73f956d77bafc99334", + "reference": "732996be0714154716f19f73f956d77bafc99334", "shasum": "" }, "require": { @@ -200,9 +200,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v9.9.0" + "source": "https://github.com/stripe/stripe-php/tree/v12.0.0" }, - "time": "2022-11-08T20:25:52+00:00" + "time": "2023-08-18T18:55:28+00:00" }, { "name": "symfony/polyfill-ctype",