From 1fbe058507e143ae5c2806a01f4d074560e13608 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Sep 2021 12:10:08 +0200 Subject: update to 5.2.0 --- composer.json | 2 +- phan.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5781780..a3fa781 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "symfony/console": "^3.2|^4.0|^5.0", "symfony/polyfill-mbstring": "^1.11.0", "symfony/polyfill-php80": "^1.20.0", - "tysonandre/var_representation_polyfill": "^0.0.2" + "tysonandre/var_representation_polyfill": "^0.0.2|^0.1.0" }, "suggest": { "ext-ast": "Needed for parsing ASTs (unless --use-fallback-parser is used). 1.0.1+ is needed, 1.0.14+ is recommended.", diff --git a/phan.spec b/phan.spec index afe4db6..1ff733e 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 561be81e281acbba75780c4f5392d56dfa5028ab +%global gh_commit eb59e65097dc8035fdaaa66db4b565585decceb0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 %global gh_project phan %global psr0 Phan %bcond_without tests -%global upstream_version 5.1.0 +%global upstream_version 5.2.0 #global upstream_prever a4 Name: %{gh_project} @@ -99,7 +99,7 @@ BuildRequires: php-composer(fedora/autoloader) # "symfony/polyfill-mbstring": "^1.11.0", # "symfony/polyfill-php80": "^1.20.0", # ignore and use the ext instead -# "tysonandre/var_representation_polyfill": "^0.0.2" +# "tysonandre/var_representation_polyfill": "^0.0.2|^0.1.0" Requires: php(language) >= 7.2 Requires: php-filter Requires: php-tokenizer @@ -253,6 +253,9 @@ EOF %changelog +* Thu Sep 2 2021 Remi Collet - 5.2.0-1 +- update to 5.2.0 + * Mon Aug 9 2021 Remi Collet - 5.1.0-1 - update to 5.1.0 -- cgit