From b74b6d984be33a9af9cddd4a505a51094f8757a5 Mon Sep 17 00:00:00 2001 From: ondrejmirtes Date: Mon, 13 May 2024 13:11:01 +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 da70a7adfd..355a45e1ea 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.10", + "ondrejmirtes/better-reflection": "6.25.0.11", "phpstan/php-8-stubs": "0.3.84", "phpstan/phpdoc-parser": "1.29.0", "psr/http-message": "^1.1", diff --git a/composer.lock b/composer.lock index 5aa3a8ce7e..031d73b10a 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": "d0efa4abd7853267bb0c3532c27f342c", + "content-hash": "c84e98f235ab5a56767ee0fffa34082d", "packages": [ { "name": "clue/ndjson-react", @@ -2095,16 +2095,16 @@ }, { "name": "ondrejmirtes/better-reflection", - "version": "6.25.0.10", + "version": "6.25.0.11", "source": { "type": "git", "url": "https://github.com/ondrejmirtes/BetterReflection.git", - "reference": "4ea807554a15313fc9a63d9dcaf01a6cd930112d" + "reference": "7fcef699523b59a2bc6cfd7966ee7c17d285b9ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/4ea807554a15313fc9a63d9dcaf01a6cd930112d", - "reference": "4ea807554a15313fc9a63d9dcaf01a6cd930112d", + "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/7fcef699523b59a2bc6cfd7966ee7c17d285b9ae", + "reference": "7fcef699523b59a2bc6cfd7966ee7c17d285b9ae", "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.10" + "source": "https://github.com/ondrejmirtes/BetterReflection/tree/6.25.0.11" }, - "time": "2024-05-13T12:54:43+00:00" + "time": "2024-05-13T13:09:26+00:00" }, { "name": "phpstan/php-8-stubs",