From a3ee1787b0af9fda6d273a9fdec1698ebde64e04 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Jul 2020 17:06:32 +0200 Subject: refresh --- composer.json | 2 +- php-bartlett-PHP-Reflect.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 03f189b..7e35412 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "symfony/stopwatch": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "phpdocumentor/reflection-docblock": "^4.3", - "phpdocumentor/type-resolver": "^0.5", + "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", "justinrainbow/json-schema": "^5.2", "seld/jsonlint": "^1.4", "psr/log": "^1.0" diff --git a/php-bartlett-PHP-Reflect.spec b/php-bartlett-PHP-Reflect.spec index 45a5401..a7a154e 100644 --- a/php-bartlett-PHP-Reflect.spec +++ b/php-bartlett-PHP-Reflect.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 8e66c7304d4004554e3c85aeb12a14a49d995196 +%global gh_commit 23697aa21ff84194d96727f4b0ed4f11895e0a16 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150331 %global gh_owner llaville @@ -94,7 +94,7 @@ BuildRequires: php-composer(fedora/autoloader) # "symfony/stopwatch": "^4.4|^5.0", # "symfony/dependency-injection": "^4.4|^5.0", # "phpdocumentor/reflection-docblock": "^4.3", -# "phpdocumentor/type-resolver": "^0.5", +# "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", # "justinrainbow/json-schema": "^5.2", # "seld/jsonlint": "^1.4", # "psr/log": "^1.0" -- cgit