diff --git a/composer.json b/composer.json index 57ebc779..9c08dbe7 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "require": { "php": "^8.0.2", "guzzlehttp/guzzle": "7.5.0", - "laravel/cashier": "13.15.1", + "laravel/cashier": "13.16.0", "laravel/framework": "9.27.0", "laravel/sanctum": "3.0.1", "laravel/tinker": "2.7.2" diff --git a/composer.lock b/composer.lock index 436a8ffc..5ec1f6a1 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": "6f0e53a53fe62eb0eae7332beba1ad1c", + "content-hash": "3d29c90e2ac15e2c4df036d5a8a80012", "packages": [ { "name": "brick/math", @@ -969,16 +969,16 @@ }, { "name": "laravel/cashier", - "version": "v13.15.1", + "version": "v13.16.0", "source": { "type": "git", "url": "https://github.com/laravel/cashier-stripe.git", - "reference": "f65a115c10d9c979e8d6706ebd68af0fb1b26b66" + "reference": "6d812bb63fd3f85bab37a3249bf39ce4e6e40d20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/cashier-stripe/zipball/f65a115c10d9c979e8d6706ebd68af0fb1b26b66", - "reference": "f65a115c10d9c979e8d6706ebd68af0fb1b26b66", + "url": "https://api.github.com/repos/laravel/cashier-stripe/zipball/6d812bb63fd3f85bab37a3249bf39ce4e6e40d20", + "reference": "6d812bb63fd3f85bab37a3249bf39ce4e6e40d20", "shasum": "" }, "require": { @@ -1049,7 +1049,7 @@ "issues": "https://github.com/laravel/cashier/issues", "source": "https://github.com/laravel/cashier" }, - "time": "2022-08-16T14:59:32+00:00" + "time": "2022-08-30T15:04:16+00:00" }, { "name": "laravel/framework", @@ -1760,16 +1760,16 @@ }, { "name": "masterminds/html5", - "version": "2.7.5", + "version": "2.7.6", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab" + "reference": "897eb517a343a2281f11bc5556d6548db7d93947" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947", + "reference": "897eb517a343a2281f11bc5556d6548db7d93947", "shasum": "" }, "require": { @@ -1823,9 +1823,9 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.7.5" + "source": "https://github.com/Masterminds/html5-php/tree/2.7.6" }, - "time": "2021-07-01T14:25:37+00:00" + "time": "2022-08-18T16:18:26+00:00" }, { "name": "moneyphp/money", @@ -3284,16 +3284,16 @@ }, { "name": "stripe/stripe-php", - "version": "v9.1.0", + "version": "v9.4.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "5dd4a247b56e5006ffe877e3749eb800d936dd19" + "reference": "a759cccb477ed8acad7c379d45fc8be5bc69636e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/5dd4a247b56e5006ffe877e3749eb800d936dd19", - "reference": "5dd4a247b56e5006ffe877e3749eb800d936dd19", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/a759cccb477ed8acad7c379d45fc8be5bc69636e", + "reference": "a759cccb477ed8acad7c379d45fc8be5bc69636e", "shasum": "" }, "require": { @@ -3304,6 +3304,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" @@ -3338,9 +3339,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v9.1.0" + "source": "https://github.com/stripe/stripe-php/tree/v9.4.0" }, - "time": "2022-08-11T21:31:43+00:00" + "time": "2022-08-26T17:25:01+00:00" }, { "name": "symfony/console",