From 26d343a2477a802c469d9ef99c81dd3bd5086792 Mon Sep 17 00:00:00 2001 From: ondrejmirtes Date: Tue, 10 Sep 2024 09:57:39 +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 d0c4b970db..e121521cce 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "nette/utils": "^3.2.5", "nikic/php-parser": "^4.17.1", "ondram/ci-detector": "^3.4.0", - "ondrejmirtes/better-reflection": "6.25.0.18", + "ondrejmirtes/better-reflection": "6.25.0.19", "phpstan/php-8-stubs": "0.3.102", "phpstan/phpdoc-parser": "1.30.1", "psr/http-message": "^1.1", diff --git a/composer.lock b/composer.lock index 7bcc05980e..9fd242603f 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": "339a3f47c630b657cae8a667296f3c1a", + "content-hash": "acf4480811082060c5c0e548ad4bf9bf", "packages": [ { "name": "clue/ndjson-react", @@ -2176,16 +2176,16 @@ }, { "name": "ondrejmirtes/better-reflection", - "version": "6.25.0.18", + "version": "6.25.0.19", "source": { "type": "git", "url": "https://github.com/ondrejmirtes/BetterReflection.git", - "reference": "04ce3daaa7bcbf96be471b56ee95d336201a75eb" + "reference": "3c20bd3dea6f5a04a729891f9dd4326feb2e288c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/04ce3daaa7bcbf96be471b56ee95d336201a75eb", - "reference": "04ce3daaa7bcbf96be471b56ee95d336201a75eb", + "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/3c20bd3dea6f5a04a729891f9dd4326feb2e288c", + "reference": "3c20bd3dea6f5a04a729891f9dd4326feb2e288c", "shasum": "" }, "require": { @@ -2242,9 +2242,9 @@ ], "description": "Better Reflection - an improved code reflection API", "support": { - "source": "https://github.com/ondrejmirtes/BetterReflection/tree/6.25.0.18" + "source": "https://github.com/ondrejmirtes/BetterReflection/tree/6.25.0.19" }, - "time": "2024-09-05T15:34:08+00:00" + "time": "2024-09-10T09:53:53+00:00" }, { "name": "phpstan/php-8-stubs",