diff --git a/api/composer.json b/api/composer.json index c5c10378b9..8e63d08ff2 100644 --- a/api/composer.json +++ b/api/composer.json @@ -57,7 +57,7 @@ "justinrainbow/json-schema": "6.0.0", "php-coveralls/php-coveralls": "2.7.0", "phpspec/prophecy-phpunit": "2.3.0", - "phpstan/phpstan": "2.1.0", + "phpstan/phpstan": "2.1.1", "phpunit/phpunit": "11.5.3", "rector/rector": "2.0.5", "psalm/phar": "5.26.1", diff --git a/api/composer.lock b/api/composer.lock index eb086fe11a..76e5e50819 100644 --- a/api/composer.lock +++ b/api/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": "5050f22d80918fa005df67ac59aed9e2", + "content-hash": "87f6a53dfda1dfd2d938a138cfa2d7bb", "packages": [ { "name": "api-platform/core", @@ -11466,16 +11466,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "2392d360fdf54ea253aa6c68cad1d4ba2e54e927" + "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2392d360fdf54ea253aa6c68cad1d4ba2e54e927", - "reference": "2392d360fdf54ea253aa6c68cad1d4ba2e54e927", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", + "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", "shasum": "" }, "require": { @@ -11520,7 +11520,7 @@ "type": "github" } ], - "time": "2024-12-31T07:30:03+00:00" + "time": "2025-01-05T16:43:48+00:00" }, { "name": "phpunit/php-code-coverage",