diff --git a/composer.json b/composer.json index 4c7a51f4..d9a188cc 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "laravel/dusk": "7.11.4", "laravel/pint": "1.13.7", "laravel/sail": "1.26.3", - "mockery/mockery": "1.6.6", + "mockery/mockery": "1.6.7", "nunomaduro/collision": "7.10.0", "phpunit/phpunit": "10.4.2", "spatie/laravel-ignition": "2.3.1", diff --git a/composer.lock b/composer.lock index a1143c82..87baf07e 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": "e3214d9f930ea29a99ddbf708f9d4341", + "content-hash": "975212f9c95d80706437d75da6ecaa59", "packages": [ { "name": "brick/math", @@ -6351,16 +6351,16 @@ }, { "name": "mockery/mockery", - "version": "1.6.6", + "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e" + "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/b8e0bb7d8c604046539c1115994632c74dcb361e", - "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e", + "url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", + "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", "shasum": "" }, "require": { @@ -6373,9 +6373,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.5 || ^9.6.10", - "psalm/plugin-phpunit": "^0.18.4", - "symplify/easy-coding-standard": "^11.5.0", - "vimeo/psalm": "^4.30" + "symplify/easy-coding-standard": "^12.0.8" }, "type": "library", "autoload": { @@ -6432,7 +6430,7 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2023-08-09T00:03:52+00:00" + "time": "2023-12-10T02:24:34+00:00" }, { "name": "myclabs/deep-copy",