diff --git a/api/composer.json b/api/composer.json index 9fd2d30dde..aeec50b886 100644 --- a/api/composer.json +++ b/api/composer.json @@ -56,7 +56,7 @@ "justinrainbow/json-schema": "5.2.13", "php-coveralls/php-coveralls": "2.7.0", "phpspec/prophecy-phpunit": "2.2", - "phpstan/phpstan": "1.11.2", + "phpstan/phpstan": "1.11.3", "phpunit/phpunit": "10.5.20", "rector/rector": "1.1.0", "spatie/phpunit-snapshot-assertions": "5.1.6", diff --git a/api/composer.lock b/api/composer.lock index 1f3f4b2afe..7555b3fea0 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": "7caa9c77e43ea5dfb9ef72fb4a6938c4", + "content-hash": "1c2eb80fce22b59808d992f842124f1c", "packages": [ { "name": "api-platform/core", @@ -12027,16 +12027,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.2", + "version": "1.11.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0d5d4294a70deb7547db655c47685d680e39cfec" + "reference": "e64220a05c1209fc856d58e789c3b7a32c0bb9a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0d5d4294a70deb7547db655c47685d680e39cfec", - "reference": "0d5d4294a70deb7547db655c47685d680e39cfec", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e64220a05c1209fc856d58e789c3b7a32c0bb9a5", + "reference": "e64220a05c1209fc856d58e789c3b7a32c0bb9a5", "shasum": "" }, "require": { @@ -12081,7 +12081,7 @@ "type": "github" } ], - "time": "2024-05-24T13:23:04+00:00" + "time": "2024-05-31T13:53:37+00:00" }, { "name": "phpunit/php-code-coverage",