diff --git a/composer.json b/composer.json index a1c7f5349..cb3e2bf95 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 73481379a..42e1bbb54 100644 --- a/composer.lock +++ b/composer.lock @@ -6,8 +6,10 @@ ], + "content-hash": "d0020fffeef30355ae5931866169310f", + "packages": [ { "name": "aws/aws-crt-php", @@ -5169,16 +5171,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": { @@ -5189,6 +5191,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" @@ -5223,9 +5226,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",