diff --git a/composer.json b/composer.json index e3cbda4f7e..37147ff7ea 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.21.0", + "ondrejmirtes/better-reflection": "6.25.0.1", "phpstan/php-8-stubs": "0.3.84", "phpstan/phpdoc-parser": "1.26.0", "psr/http-message": "^1.1", diff --git a/composer.lock b/composer.lock index 99cefe9434..44a6244e76 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": "5bc89371e393f8020acce72b79fe173b", + "content-hash": "ddd9c1daea7e6bee917b88353052a561", "packages": [ { "name": "clue/ndjson-react", @@ -2095,16 +2095,16 @@ }, { "name": "ondrejmirtes/better-reflection", - "version": "6.21.0", + "version": "6.25.0.1", "source": { "type": "git", "url": "https://github.com/ondrejmirtes/BetterReflection.git", - "reference": "79f87b0a5eaf8c0e074c09baec9470d5370fd476" + "reference": "7c9246bdc16c25fc1c32740fceafa7e85b698796" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/79f87b0a5eaf8c0e074c09baec9470d5370fd476", - "reference": "79f87b0a5eaf8c0e074c09baec9470d5370fd476", + "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/7c9246bdc16c25fc1c32740fceafa7e85b698796", + "reference": "7c9246bdc16c25fc1c32740fceafa7e85b698796", "shasum": "" }, "require": { @@ -2118,11 +2118,11 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "phpstan/phpstan": "^1.10.50", - "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.5.5", + "phpstan/phpstan": "^1.10.60", + "phpstan/phpstan-phpunit": "^1.3.16", + "phpunit/phpunit": "^10.5.12", "rector/rector": "0.14.3", - "vimeo/psalm": "5.18.0" + "vimeo/psalm": "5.23.0" }, "suggest": { "composer/composer": "Required to use the ComposerSourceLocator" @@ -2161,9 +2161,9 @@ ], "description": "Better Reflection - an improved code reflection API", "support": { - "source": "https://github.com/ondrejmirtes/BetterReflection/tree/6.21.0" + "source": "https://github.com/ondrejmirtes/BetterReflection/tree/6.25.0.1" }, - "time": "2024-01-04T17:00:26+00:00" + "time": "2024-03-13T07:31:36+00:00" }, { "name": "phpstan/php-8-stubs",