From b89742cc18f82276ed62ad77f3478f3ad75d9cde Mon Sep 17 00:00:00 2001 From: ondrejmirtes Date: Tue, 2 Apr 2024 08:34:35 +0000 Subject: [PATCH] Update BetterReflection --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 02a411d2d2..67fbb31585 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "nette/utils": "^3.2.5", "nikic/php-parser": "^4.17.1", "ondram/ci-detector": "^3.4.0", - "ondrejmirtes/better-reflection": "6.25.0.6", + "ondrejmirtes/better-reflection": "6.25.0.7", "phpstan/php-8-stubs": "0.3.84", "phpstan/phpdoc-parser": "1.27.0", "psr/http-message": "^1.1", diff --git a/composer.lock b/composer.lock index 13c90fde58..1e0881af03 100644 --- a/composer.lock +++ b/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": "ffa13e41fdc3537f082e424df3422457", + "content-hash": "615896d4e8b3445be5420fc017b90e1a", "packages": [ { "name": "clue/ndjson-react", @@ -2095,16 +2095,16 @@ }, { "name": "ondrejmirtes/better-reflection", - "version": "6.25.0.6", + "version": "6.25.0.7", "source": { "type": "git", "url": "https://github.com/ondrejmirtes/BetterReflection.git", - "reference": "86f289060842977e2f484698cdf66d03879afb89" + "reference": "9f33397c409cfc29e90ece9b7e07e2550f5a3dea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/86f289060842977e2f484698cdf66d03879afb89", - "reference": "86f289060842977e2f484698cdf66d03879afb89", + "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/9f33397c409cfc29e90ece9b7e07e2550f5a3dea", + "reference": "9f33397c409cfc29e90ece9b7e07e2550f5a3dea", "shasum": "" }, "require": { @@ -2161,9 +2161,9 @@ ], "description": "Better Reflection - an improved code reflection API", "support": { - "source": "https://github.com/ondrejmirtes/BetterReflection/tree/6.25.0.6" + "source": "https://github.com/ondrejmirtes/BetterReflection/tree/6.25.0.7" }, - "time": "2024-03-26T18:04:08+00:00" + "time": "2024-04-02T08:30:06+00:00" }, { "name": "phpstan/php-8-stubs",