diff --git a/composer.lock b/composer.lock index ccf7878a9..843b80573 100644 --- a/composer.lock +++ b/composer.lock @@ -7721,27 +7721,27 @@ }, { "name": "spatie/laravel-login-link", - "version": "1.1.1", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/spatie/laravel-login-link.git", - "reference": "440f7efc147cc70d25016840aa124956af6a66c1" + "reference": "3f9a5cf6026abf62084d918efd142df0810abf41" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-login-link/zipball/440f7efc147cc70d25016840aa124956af6a66c1", - "reference": "440f7efc147cc70d25016840aa124956af6a66c1", + "url": "https://api.github.com/repos/spatie/laravel-login-link/zipball/3f9a5cf6026abf62084d918efd142df0810abf41", + "reference": "3f9a5cf6026abf62084d918efd142df0810abf41", "shasum": "" }, "require": { - "illuminate/contracts": "^9.0", + "illuminate/contracts": "^9.0|^10.0", "php": "^8.0", "spatie/laravel-package-tools": "^1.9.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.8", "nunomaduro/collision": "^6.0", - "orchestra/testbench": "^7.0", + "orchestra/testbench": "^7.0|^8.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.1", "phpunit/phpunit": "^9.5", @@ -7781,9 +7781,9 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-login-link/tree/1.1.1" + "source": "https://github.com/spatie/laravel-login-link/tree/1.1.3" }, - "time": "2022-07-14T21:00:31+00:00" + "time": "2023-02-15T08:10:21+00:00" }, { "name": "spatie/laravel-options", @@ -12488,16 +12488,16 @@ }, { "name": "mockery/mockery", - "version": "1.6.1", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "a8dd186f07ea667c1e3abd2176bfab0ab161ea94" + "reference": "13a7fa2642c76c58fa2806ef7f565344c817a191" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/a8dd186f07ea667c1e3abd2176bfab0ab161ea94", - "reference": "a8dd186f07ea667c1e3abd2176bfab0ab161ea94", + "url": "https://api.github.com/repos/mockery/mockery/zipball/13a7fa2642c76c58fa2806ef7f565344c817a191", + "reference": "13a7fa2642c76c58fa2806ef7f565344c817a191", "shasum": "" }, "require": { @@ -12516,7 +12516,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-main": "1.6.x-dev" } }, "autoload": { @@ -12560,9 +12560,9 @@ ], "support": { "issues": "https://github.com/mockery/mockery/issues", - "source": "https://github.com/mockery/mockery/tree/1.6.1" + "source": "https://github.com/mockery/mockery/tree/1.6.2" }, - "time": "2023-06-05T13:59:03+00:00" + "time": "2023-06-07T09:07:52+00:00" }, { "name": "myclabs/deep-copy",