diff --git a/web/composer.lock b/web/composer.lock index fc0deef88..fad7c4092 100644 --- a/web/composer.lock +++ b/web/composer.lock @@ -2421,11 +2421,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.54", + "version": "2.2.3", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8be50c3992107dc837b17da4d140fbbdf9a5c5bd", - "reference": "8be50c3992107dc837b17da4d140fbbdf9a5c5bd", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4048833dd47b377287818841877fb3087289509c", + "reference": "4048833dd47b377287818841877fb3087289509c", "shasum": "" }, "require": { @@ -2448,6 +2448,17 @@ "license": [ "MIT" ], + "authors": [ + { + "name": "Ondřej Mirtes" + }, + { + "name": "Markus Staab" + }, + { + "name": "Vincent Langlet" + } + ], "description": "PHPStan - PHP Static Analysis Tool", "keywords": [ "dev", @@ -2470,7 +2481,7 @@ "type": "github" } ], - "time": "2026-04-29T13:31:09+00:00" + "time": "2026-06-30T21:15:26+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -4085,16 +4096,16 @@ }, { "name": "staabm/phpstan-dba", - "version": "0.4.2", + "version": "0.4.5", "source": { "type": "git", "url": "https://github.com/staabm/phpstan-dba.git", - "reference": "b4a6084d9c08db2d208cef81184bbf26d1581864" + "reference": "68009d15e6611beda443399cffd892229e0ff8dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/staabm/phpstan-dba/zipball/b4a6084d9c08db2d208cef81184bbf26d1581864", - "reference": "b4a6084d9c08db2d208cef81184bbf26d1581864", + "url": "https://api.github.com/repos/staabm/phpstan-dba/zipball/68009d15e6611beda443399cffd892229e0ff8dd", + "reference": "68009d15e6611beda443399cffd892229e0ff8dd", "shasum": "" }, "require": { @@ -4102,9 +4113,10 @@ "composer/semver": "^3.2", "doctrine/dbal": "3.*|4.*", "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^2.0" + "phpstan/phpstan": "^2.1.2" }, "conflict": { + "phpstan/phpstan": "2.1.55||2.1.56||2.2.0||2.2.1", "sqlftw/sqlftw": "<0.1.16" }, "require-dev": { @@ -4118,7 +4130,7 @@ "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^8.5|^9.5", "symplify/easy-coding-standard": "^12.5", - "tomasvotruba/unused-public": "^2.0", + "tomasvotruba/unused-public": "^2.2", "vlucas/phpdotenv": "^5.4" }, "type": "phpstan-extension", @@ -4151,7 +4163,7 @@ ], "support": { "issues": "https://github.com/staabm/phpstan-dba/issues", - "source": "https://github.com/staabm/phpstan-dba/tree/0.4.2" + "source": "https://github.com/staabm/phpstan-dba/tree/0.4.5" }, "funding": [ { @@ -4159,7 +4171,7 @@ "type": "github" } ], - "time": "2025-08-07T09:33:14+00:00" + "time": "2026-06-30T14:09:43+00:00" }, { "name": "staabm/side-effects-detector",