From 1a0c1ead891c9ef2502e27a46de46f2cff1d8491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:43:04 +0000 Subject: [PATCH] Update phpdocumentor/type-resolver requirement Updates the requirements on [phpdocumentor/type-resolver](https://github.com/phpDocumentor/TypeResolver) to permit the latest version. - [Release notes](https://github.com/phpDocumentor/TypeResolver/releases) - [Commits](https://github.com/phpDocumentor/TypeResolver/compare/1.5.0...1.7.3) --- updated-dependencies: - dependency-name: phpdocumentor/type-resolver dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9215fc24..231c3f00 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "ext-json": "*", "murtukov/php-code-generator": "^0.1.5", "phpdocumentor/reflection-docblock": "^5.2", - "phpdocumentor/type-resolver": ">1.4.0,<1.6.0", + "phpdocumentor/type-resolver": "^1.7.3", "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/config": "^5.4 || ^6.0", "symfony/dependency-injection": "^5.4 || ^6.0",