From 1662af5b7cded41679d0d30918e44eb02176233e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 14:00:19 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v1.10.66 --- 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 d3b5d76be8..e3c9ec5384 100644 --- a/api/composer.json +++ b/api/composer.json @@ -52,7 +52,7 @@ "hautelook/alice-bundle": "2.13.0", "justinrainbow/json-schema": "5.2.13", "php-coveralls/php-coveralls": "2.7.0", - "phpstan/phpstan": "1.10.65", + "phpstan/phpstan": "1.10.66", "phpunit/phpunit": "10.5.16", "rector/rector": "1.0.3", "spatie/phpunit-snapshot-assertions": "5.1.5", diff --git a/api/composer.lock b/api/composer.lock index d20050eae7..796c0c1265 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": "a631326f9b5e341df6cb2c8e66464a7e", + "content-hash": "697b024109b61a7a088c332507ab1efa", "packages": [ { "name": "api-platform/core", @@ -11632,16 +11632,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.65", + "version": "1.10.66", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6" + "reference": "94779c987e4ebd620025d9e5fdd23323903950bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3c657d057a0b7ecae19cb12db446bbc99d8839c6", - "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/94779c987e4ebd620025d9e5fdd23323903950bd", + "reference": "94779c987e4ebd620025d9e5fdd23323903950bd", "shasum": "" }, "require": { @@ -11690,7 +11690,7 @@ "type": "tidelift" } ], - "time": "2024-03-23T10:30:26+00:00" + "time": "2024-03-28T16:17:31+00:00" }, { "name": "phpunit/php-code-coverage",