From 4f8b4da570a61b18e098d74f29596b097159ebe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 06:20:22 +0000 Subject: [PATCH] Update dependency larastan/larastan to v3.6.0 | datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | packagist | larastan/larastan | 3.3.0 | 3.6.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 52 ++++++++++++++++++++++++--------------------------- 2 files changed, 25 insertions(+), 29 deletions(-) diff --git a/composer.json b/composer.json index cc942af..f4b4018 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "roave/security-advisories": "dev-master", "symfony/var-dumper": "^6.4.0 || ^7.0.0", "wnx/commonmark-markdown-renderer": "^1.4", - "larastan/larastan": "v3.3.0", + "larastan/larastan": "v3.6.0", "laravel/framework": "^10.0 || ^11.0 || ^12.0" }, "config": { diff --git a/composer.lock b/composer.lock index f7b432d..03f4aca 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": "20bbbecba45846002bdecbd29c6c8f9e", + "content-hash": "0e6b4fda99da2321dd47cb9a69aa74fe", "packages": [ { "name": "brick/math", @@ -7325,40 +7325,40 @@ }, { "name": "larastan/larastan", - "version": "v3.3.0", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/larastan/larastan.git", - "reference": "b032de3918a8bab9ee7f1bb71609842243fd89d9" + "reference": "6431d010dd383a9279eb8874a76ddb571738564a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/larastan/larastan/zipball/b032de3918a8bab9ee7f1bb71609842243fd89d9", - "reference": "b032de3918a8bab9ee7f1bb71609842243fd89d9", + "url": "https://api.github.com/repos/larastan/larastan/zipball/6431d010dd383a9279eb8874a76ddb571738564a", + "reference": "6431d010dd383a9279eb8874a76ddb571738564a", "shasum": "" }, "require": { "ext-json": "*", "iamcal/sql-parser": "^0.6.0", - "illuminate/console": "^11.42.2 || ^12.0", - "illuminate/container": "^11.42.2 || ^12.0", - "illuminate/contracts": "^11.42.2 || ^12.0", - "illuminate/database": "^11.42.2 || ^12.0", - "illuminate/http": "^11.42.2 || ^12.0", - "illuminate/pipeline": "^11.42.2 || ^12.0", - "illuminate/support": "^11.42.2 || ^12.0", + "illuminate/console": "^11.44.2 || ^12.4.1", + "illuminate/container": "^11.44.2 || ^12.4.1", + "illuminate/contracts": "^11.44.2 || ^12.4.1", + "illuminate/database": "^11.44.2 || ^12.4.1", + "illuminate/http": "^11.44.2 || ^12.4.1", + "illuminate/pipeline": "^11.44.2 || ^12.4.1", + "illuminate/support": "^11.44.2 || ^12.4.1", "php": "^8.2", - "phpstan/phpstan": "^2.1.8" + "phpstan/phpstan": "^2.1.11" }, "require-dev": { - "doctrine/coding-standard": "^12.0", - "laravel/framework": "^11.42.2 || ^12.0", - "mockery/mockery": "^1.6", - "nikic/php-parser": "^5.3", - "orchestra/canvas": "^v9.1.3 || ^10.0", - "orchestra/testbench-core": "^9.5.2 || ^10.0", - "phpstan/phpstan-deprecation-rules": "^2.0.0", - "phpunit/phpunit": "^10.5.35 || ^11.3.6" + "doctrine/coding-standard": "^13", + "laravel/framework": "^11.44.2 || ^12.7.2", + "mockery/mockery": "^1.6.12", + "nikic/php-parser": "^5.4", + "orchestra/canvas": "^v9.2.2 || ^10.0.1", + "orchestra/testbench-core": "^9.12.0 || ^10.1", + "phpstan/phpstan-deprecation-rules": "^2.0.1", + "phpunit/phpunit": "^10.5.35 || ^11.5.15" }, "suggest": { "orchestra/testbench": "Using Larastan for analysing a package needs Testbench" @@ -7387,13 +7387,9 @@ { "name": "Can Vural", "email": "can9119@gmail.com" - }, - { - "name": "Nuno Maduro", - "email": "enunomaduro@gmail.com" } ], - "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel", + "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel", "keywords": [ "PHPStan", "code analyse", @@ -7406,7 +7402,7 @@ ], "support": { "issues": "https://github.com/larastan/larastan/issues", - "source": "https://github.com/larastan/larastan/tree/v3.3.0" + "source": "https://github.com/larastan/larastan/tree/v3.6.0" }, "funding": [ { @@ -7414,7 +7410,7 @@ "type": "github" } ], - "time": "2025-04-03T19:11:55+00:00" + "time": "2025-07-11T06:52:52+00:00" }, { "name": "marc-mabe/php-enum",