From f6bd2f720a8e57fb5af621eedc64eb98784a9987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:21:00 +0000 Subject: [PATCH] Bump filament/upgrade from 4.1.0 to 4.1.2 Bumps [filament/upgrade](https://github.com/filamentphp/upgrade) from 4.1.0 to 4.1.2. - [Commits](https://github.com/filamentphp/upgrade/compare/v4.1.0...v4.1.2) --- updated-dependencies: - dependency-name: filament/upgrade dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/composer.lock b/composer.lock index f73e450..683d2b3 100644 --- a/composer.lock +++ b/composer.lock @@ -10391,7 +10391,7 @@ }, { "name": "filament/upgrade", - "version": "v4.1.0", + "version": "v4.1.2", "source": { "type": "git", "url": "https://github.com/filamentphp/upgrade.git", @@ -11128,16 +11128,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.29", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan-phar-composer-source.git", - "reference": "git" - }, + "version": "2.1.30", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d618573eed4a1b6b75e37b2e0b65ac65c885d88e", - "reference": "d618573eed4a1b6b75e37b2e0b65ac65c885d88e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a4a7f159927983dd4f7c8020ed227d80b7f39d7d", + "reference": "a4a7f159927983dd4f7c8020ed227d80b7f39d7d", "shasum": "" }, "require": { @@ -11182,7 +11177,7 @@ "type": "github" } ], - "time": "2025-09-25T06:58:18+00:00" + "time": "2025-10-02T16:07:52+00:00" }, { "name": "phpunit/php-code-coverage", @@ -11625,21 +11620,21 @@ }, { "name": "rector/rector", - "version": "2.1.7", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "c34cc07c4698f007a20dc5c99ff820089ae413ce" + "reference": "3c5a641c39f2def0c93d36df118fb2e75cfc2aae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/c34cc07c4698f007a20dc5c99ff820089ae413ce", - "reference": "c34cc07c4698f007a20dc5c99ff820089ae413ce", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/3c5a641c39f2def0c93d36df118fb2e75cfc2aae", + "reference": "3c5a641c39f2def0c93d36df118fb2e75cfc2aae", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.18" + "phpstan/phpstan": "^2.1.26" }, "conflict": { "rector/rector-doctrine": "*", @@ -11673,7 +11668,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.1.7" + "source": "https://github.com/rectorphp/rector/tree/2.2.0" }, "funding": [ { @@ -11681,7 +11676,7 @@ "type": "github" } ], - "time": "2025-09-10T11:13:58+00:00" + "time": "2025-10-06T12:18:16+00:00" }, { "name": "sebastian/cli-parser",