From e0c2cd73314072f1cfe331d8b9764075f9e3aad5 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 6 Mar 2023 13:57:25 +0100 Subject: [PATCH] Update BetterReflection --- composer.json | 2 +- composer.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index d60cf8e8da..e2baa4c091 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "nette/utils": "^3.2.5", "nikic/php-parser": "^4.15.4", "ondram/ci-detector": "^3.4.0", - "ondrejmirtes/better-reflection": "6.4.0", + "ondrejmirtes/better-reflection": "6.8.0.1", "phpstan/php-8-stubs": "0.3.57", "phpstan/phpdoc-parser": "1.16.1", "react/async": "^3", diff --git a/composer.lock b/composer.lock index 0997fe4234..93eeba2093 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": "daf9ac9753fcbc869583ac22ec4462ee", + "content-hash": "62937c181a7c657992598325a374b816", "packages": [ { "name": "clue/ndjson-react", @@ -2099,34 +2099,34 @@ }, { "name": "ondrejmirtes/better-reflection", - "version": "6.4.0", + "version": "6.8.0.1", "source": { "type": "git", "url": "https://github.com/ondrejmirtes/BetterReflection.git", - "reference": "4366598ca217a1a47bfd429f30d8d6e59b5b46e7" + "reference": "80955a36bd344a112bde564085652246f14a95e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/4366598ca217a1a47bfd429f30d8d6e59b5b46e7", - "reference": "4366598ca217a1a47bfd429f30d8d6e59b5b46e7", + "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/80955a36bd344a112bde564085652246f14a95e2", + "reference": "80955a36bd344a112bde564085652246f14a95e2", "shasum": "" }, "require": { "ext-json": "*", - "jetbrains/phpstorm-stubs": "dev-master#9717ec39b211f2cef82a59c29c9eef0954647fac", - "nikic/php-parser": "^4.15.1", + "jetbrains/phpstorm-stubs": "dev-master#7b055d8634d2143a909f2c5141ec70c82b8b9254", + "nikic/php-parser": "^4.15.4", "php": "^7.2 || ^8.0" }, "conflict": { "thecodingmachine/safe": "<1.1.3" }, "require-dev": { - "doctrine/coding-standard": "^10.0.0", - "phpstan/phpstan": "^1.8.10", - "phpstan/phpstan-phpunit": "^1.2.2", - "phpunit/phpunit": "^9.5.25", + "doctrine/coding-standard": "^11.1.0", + "phpstan/phpstan": "^1.10.3", + "phpstan/phpstan-phpunit": "^1.3.10", + "phpunit/phpunit": "10.0.14", "rector/rector": "0.14.3", - "vimeo/psalm": "^4.29" + "vimeo/psalm": "5.7.7" }, "suggest": { "composer/composer": "Required to use the ComposerSourceLocator" @@ -2165,9 +2165,9 @@ ], "description": "Better Reflection - an improved code reflection API", "support": { - "source": "https://github.com/ondrejmirtes/BetterReflection/tree/6.4.0" + "source": "https://github.com/ondrejmirtes/BetterReflection/tree/6.8.0.1" }, - "time": "2022-12-01T14:49:02+00:00" + "time": "2023-03-06T12:56:20+00:00" }, { "name": "phpstan/php-8-stubs",