diff --git a/api/composer.json b/api/composer.json index 4a6897c5f0..44d1cd9963 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.2", - "phpstan/phpstan": "1.12.9", + "phpstan/phpstan": "1.12.10", "phpunit/phpunit": "10.5.31", "rector/rector": "1.2.10", "psalm/phar": "5.26.1", diff --git a/api/composer.lock b/api/composer.lock index 1a8a862b18..753ffa98b5 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": "ccf702ea5719763de71f681069f923db", + "content-hash": "87724cda35e7470e6f9709a76f08baed", "packages": [ { "name": "api-platform/core", @@ -11864,16 +11864,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.9", + "version": "1.12.10", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "ceb937fb39a92deabc02d20709cf14b2c452502c" + "reference": "fc463b5d0fe906dcf19689be692c65c50406a071" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ceb937fb39a92deabc02d20709cf14b2c452502c", - "reference": "ceb937fb39a92deabc02d20709cf14b2c452502c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fc463b5d0fe906dcf19689be692c65c50406a071", + "reference": "fc463b5d0fe906dcf19689be692c65c50406a071", "shasum": "" }, "require": { @@ -11918,7 +11918,7 @@ "type": "github" } ], - "time": "2024-11-10T17:10:04+00:00" + "time": "2024-11-11T15:37:09+00:00" }, { "name": "phpunit/php-code-coverage",