diff --git a/tools/phpstan/composer.lock b/tools/phpstan/composer.lock index ab11b68e0..5489bb063 100644 --- a/tools/phpstan/composer.lock +++ b/tools/phpstan/composer.lock @@ -9,11 +9,11 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "2.1.44", + "version": "2.1.46", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4a88c083c668b2c364a425c9b3171b2d9ea5d218", - "reference": "4a88c083c668b2c364a425c9b3171b2d9ea5d218", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25", + "reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25", "shasum": "" }, "require": { @@ -58,20 +58,20 @@ "type": "github" } ], - "time": "2026-03-25T17:34:21+00:00" + "time": "2026-04-01T09:25:14+00:00" }, { "name": "spaze/phpstan-disallowed-calls", - "version": "v4.9.0", + "version": "v4.9.2", "source": { "type": "git", "url": "https://github.com/spaze/phpstan-disallowed-calls.git", - "reference": "e80372a55bdad13d22a62fdf2116a67a5438c34b" + "reference": "cc78e77f9f8f2bd3d66c7c88cd9c9e07762a0d87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spaze/phpstan-disallowed-calls/zipball/e80372a55bdad13d22a62fdf2116a67a5438c34b", - "reference": "e80372a55bdad13d22a62fdf2116a67a5438c34b", + "url": "https://api.github.com/repos/spaze/phpstan-disallowed-calls/zipball/cc78e77f9f8f2bd3d66c7c88cd9c9e07762a0d87", + "reference": "cc78e77f9f8f2bd3d66c7c88cd9c9e07762a0d87", "shasum": "" }, "require": { @@ -111,13 +111,13 @@ "homepage": "https://www.michalspacek.cz" } ], - "description": "PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.", + "description": "PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute, property & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.", "keywords": [ "static analysis" ], "support": { "issues": "https://github.com/spaze/phpstan-disallowed-calls/issues", - "source": "https://github.com/spaze/phpstan-disallowed-calls/tree/v4.9.0" + "source": "https://github.com/spaze/phpstan-disallowed-calls/tree/v4.9.2" }, "funding": [ { @@ -125,7 +125,7 @@ "type": "github" } ], - "time": "2026-03-13T22:27:50+00:00" + "time": "2026-03-31T22:26:59+00:00" } ], "aliases": [], @@ -137,5 +137,5 @@ "platform-dev": { "php": "~8.3.0 || ~8.4.0 || ~8.5.0" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }