From e1df0b2ddaa95104e4e3f1d908b0080d687b2256 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Sep 2020 10:39:50 +0200 Subject: update to 3.2.2 --- composer.json | 2 +- phan.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4e1c639..a84f556 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "require": { - "php": "^7.2.0", + "php": "^7.2.0|^8.0.0", "ext-filter": "*", "ext-json": "*", "ext-tokenizer": "*", diff --git a/phan.spec b/phan.spec index f596a85..8af14ff 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 22f2083e2b0c10d6861d7d0e2ddd423660488609 +%global gh_commit d4a9e9be6cc04a0fd4b404b1e417868d16efbb0b %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 3.2.1 +%global upstream_version 3.2.2 #global upstream_prever RC2 Name: %{gh_project} @@ -84,7 +84,7 @@ BuildRequires: php-soap BuildRequires: php-composer(fedora/autoloader) # From composer.json, "require": { -# "php": "^7.2.0", +# "php": "^7.2.0|^8.0.0", # "ext-filter": "*", # "ext-json": "*", # "ext-tokenizer": "*", @@ -248,6 +248,9 @@ EOF %changelog +* Mon Sep 21 2020 Remi Collet - 3.2.2-1 +- update to 3.2.2 + * Mon Sep 14 2020 Remi Collet - 3.2.1-1 - update to 3.2.1 - raise dependency on microsoft/tolerant-php-parser 0.0.23 -- cgit