diff --git a/composer.json b/composer.json index 8eeb29882..be4d0979f 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "spatie/laravel-fractal": "~6.0.2", "spatie/laravel-query-builder": "~5.2.0", "staudenmeir/belongs-to-through": "~2.12.1", - "stripe/stripe-php": "^10.7", + "stripe/stripe-php": "^13.5", "symfony/http-client": "~6.0", "symfony/mailgun-mailer": "~6.0", "symfony/postmark-mailer": "~6.0", diff --git a/composer.lock b/composer.lock index 42d765f99..60251bef6 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": "b801d1015ba12da26ed02fba2ef8c3f8", + "content-hash": "79756173e8aca8dc7728cbbf6ca9a978", "packages": [ { "name": "aws/aws-crt-php", @@ -5181,8 +5181,6 @@ "illuminate/contracts": "^8.0|^9.0|^10.0|^10.0", "illuminate/support": "^8.0|^9.0|^10.0", "league/fractal": "^0.20.1|^0.20", - "nesbot/carbon": "^2.63|^10.0", - "league/fractal": "^0.20.1|^0.20", "nesbot/carbon": "^2.63", "php": "^8.0", "spatie/fractalistic": "^2.9.5|^2.9", @@ -5191,7 +5189,6 @@ "require-dev": { "ext-json": "*", "orchestra/testbench": "^7.0|^8.0", - "pestphp/pest": "^1.22|^8.0", "pestphp/pest": "^1.22" }, "type": "library", @@ -5482,16 +5479,16 @@ }, { "name": "stripe/stripe-php", - "version": "v10.7.0", + "version": "v13.5.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "91876a7dd88148f8b4bac6e3202503312ae5d581" + "reference": "a688c0ee7c0a2d162dee5c80b85d017cdd8d5e37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/91876a7dd88148f8b4bac6e3202503312ae5d581", - "reference": "91876a7dd88148f8b4bac6e3202503312ae5d581", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/a688c0ee7c0a2d162dee5c80b85d017cdd8d5e37", + "reference": "a688c0ee7c0a2d162dee5c80b85d017cdd8d5e37", "shasum": "" }, "require": { @@ -5502,10 +5499,8 @@ }, "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" + "phpunit/phpunit": "^5.7 || ^9.0" }, "type": "library", "extra": { @@ -5537,9 +5532,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v10.7.0" + "source": "https://github.com/stripe/stripe-php/tree/v13.5.0" }, - "time": "2023-02-23T23:30:31+00:00" + "time": "2023-11-30T18:11:45+00:00" }, { "name": "symfony/console", @@ -11925,5 +11920,5 @@ "platform-overrides": { "php": "8.0.2" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }