From bb703350dafbb8a091d855afa55ea6e4580c0017 Mon Sep 17 00:00:00 2001 From: Bacluc Date: Tue, 2 Jul 2024 20:29:59 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v1.11.6 --- api/composer.json | 2 +- api/composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/composer.json b/api/composer.json index f751f39520..9025e38cbe 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.5", + "phpstan/phpstan": "1.11.6", "phpunit/phpunit": "10.5.24", "rector/rector": "1.2.0", "spatie/phpunit-snapshot-assertions": "5.1.6", diff --git a/api/composer.lock b/api/composer.lock index 881a54870a..8865a514b4 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": "241eaa96b5375278e0a59e390268e05c", + "content-hash": "df2c8bb0466886e3f0a8eb9bfccfa2ee", "packages": [ { "name": "api-platform/core", @@ -12071,16 +12071,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.5", + "version": "1.11.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "490f0ae1c92b082f154681d7849aee776a7c1443" + "reference": "6ac78f1165346c83b4a753f7e4186d969c6ad0ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/490f0ae1c92b082f154681d7849aee776a7c1443", - "reference": "490f0ae1c92b082f154681d7849aee776a7c1443", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6ac78f1165346c83b4a753f7e4186d969c6ad0ee", + "reference": "6ac78f1165346c83b4a753f7e4186d969c6ad0ee", "shasum": "" }, "require": { @@ -12125,7 +12125,7 @@ "type": "github" } ], - "time": "2024-06-17T15:10:54+00:00" + "time": "2024-07-01T15:33:06+00:00" }, { "name": "phpunit/php-code-coverage",