diff --git a/composer.json b/composer.json index e688ac9425..b2f151bca4 100644 --- a/composer.json +++ b/composer.json @@ -114,7 +114,7 @@ "fakerphp/faker": "1.*", "filp/whoops": "2.*", "mockery/mockery": "1.*", - "nunomaduro/larastan": "^2.5", + "nunomaduro/larastan": "^2.6", "phpstan/phpstan": "^1.10", "phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-strict-rules": "^1.4", diff --git a/composer.lock b/composer.lock index 1b0b2a813b..d0f94ca0c5 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": "6d2644c1db454b29d4e143d5f919472a", + "content-hash": "7578458e9e378acae56c08bbd053f38b", "packages": [ { "name": "bacon/bacon-qr-code", @@ -9408,16 +9408,16 @@ }, { "name": "nunomaduro/larastan", - "version": "2.5.1", + "version": "v2.6.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/larastan.git", - "reference": "072e2c9566ae000bf66c92384fc933b81885244b" + "reference": "ccac5b25949576807862cf32ba1fce1769c06c42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/072e2c9566ae000bf66c92384fc933b81885244b", - "reference": "072e2c9566ae000bf66c92384fc933b81885244b", + "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/ccac5b25949576807862cf32ba1fce1769c06c42", + "reference": "ccac5b25949576807862cf32ba1fce1769c06c42", "shasum": "" }, "require": { @@ -9431,7 +9431,7 @@ "illuminate/support": "^9.47.0 || ^10.0.0", "php": "^8.0.2", "phpmyadmin/sql-parser": "^5.6.0", - "phpstan/phpstan": "~1.10.3" + "phpstan/phpstan": "~1.10.6" }, "require-dev": { "nikic/php-parser": "^4.15.2", @@ -9480,7 +9480,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/larastan/issues", - "source": "https://github.com/nunomaduro/larastan/tree/2.5.1" + "source": "https://github.com/nunomaduro/larastan/tree/v2.6.0" }, "funding": [ { @@ -9500,7 +9500,7 @@ "type": "patreon" } ], - "time": "2023-03-04T23:46:40+00:00" + "time": "2023-04-20T12:40:01+00:00" }, { "name": "phar-io/manifest",