diff --git a/composer.json b/composer.json index 365bbbd5ff..7e7df5219c 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "fakerphp/faker": "1.23.1", "friendsofphp/php-cs-fixer": "3.51.0", "larastan/larastan": "^2.7", - "mockery/mockery": "1.6.7", + "mockery/mockery": "1.6.11", "phpstan/extension-installer": "1.3.1", "phpstan/phpstan": "1.10.59", "phpstan/phpstan-deprecation-rules": "1.1.4", diff --git a/composer.lock b/composer.lock index 39b774fddb..72fa6dcc5e 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": "3079bc9a3eb4429eb6ab453057df40f0", + "content-hash": "b542cddea42b75b8c7ff8cd544d2d2ab", "packages": [ { "name": "24slides/laravel-saml2", @@ -9308,16 +9308,16 @@ }, { "name": "mockery/mockery", - "version": "1.6.7", + "version": "1.6.11", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06" + "reference": "81a161d0b135df89951abd52296adf97deb0723d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", - "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", + "url": "https://api.github.com/repos/mockery/mockery/zipball/81a161d0b135df89951abd52296adf97deb0723d", + "reference": "81a161d0b135df89951abd52296adf97deb0723d", "shasum": "" }, "require": { @@ -9329,8 +9329,8 @@ "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.6.10", - "symplify/easy-coding-standard": "^12.0.8" + "phpunit/phpunit": "^8.5 || ^9.6.17", + "symplify/easy-coding-standard": "^12.1.14" }, "type": "library", "autoload": { @@ -9387,7 +9387,7 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2023-12-10T02:24:34+00:00" + "time": "2024-03-21T18:34:15+00:00" }, { "name": "myclabs/deep-copy",