From 51e30446acf3f56239b1eb3ee49311c9af1e41ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 16:21:07 +0000 Subject: [PATCH] Update dependency roave/better-reflection to ^6.56.0 (#921) | datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | packagist | roave/better-reflection | 6.55.0 | 6.56.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 74110675..50d5fba9 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "nikic/php-parser": "^5.4.0", "nikolaposa/version": "^4.2.0", "ocramius/package-versions": "^2.10.0", - "roave/better-reflection": "^6.55.0", + "roave/better-reflection": "^6.56.0", "symfony/console": "^7.2.1" }, "license": "MIT", diff --git a/composer.lock b/composer.lock index d687e3e1..e114b512 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": "db9937e716aad55a56c90e8c76c6dbbd", + "content-hash": "4fd7eef2d3673d1cc20dd3af73638e5f", "packages": [ { "name": "azjezz/psl", @@ -1328,16 +1328,16 @@ }, { "name": "roave/better-reflection", - "version": "6.55.0", + "version": "6.56.0", "source": { "type": "git", "url": "https://github.com/Roave/BetterReflection.git", - "reference": "42e750c4e806ca1ff74959da2e221952f8bebee0" + "reference": "87fc50186197726e2e5aa24acf910743134951fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/42e750c4e806ca1ff74959da2e221952f8bebee0", - "reference": "42e750c4e806ca1ff74959da2e221952f8bebee0", + "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/87fc50186197726e2e5aa24acf910743134951fe", + "reference": "87fc50186197726e2e5aa24acf910743134951fe", "shasum": "" }, "require": { @@ -1351,7 +1351,7 @@ }, "require-dev": { "phpbench/phpbench": "^1.4.0", - "phpunit/phpunit": "^11.5.6" + "phpunit/phpunit": "^11.5.7" }, "suggest": { "composer/composer": "Required to use the ComposerSourceLocator" @@ -1391,9 +1391,9 @@ "description": "Better Reflection - an improved code reflection API", "support": { "issues": "https://github.com/Roave/BetterReflection/issues", - "source": "https://github.com/Roave/BetterReflection/tree/6.55.0" + "source": "https://github.com/Roave/BetterReflection/tree/6.56.0" }, - "time": "2025-02-06T12:13:01+00:00" + "time": "2025-02-09T11:05:37+00:00" }, { "name": "seld/jsonlint",