summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json3
-rw-r--r--phan.spec10
2 files changed, 9 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 7ee3242..7102463 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,8 @@
"felixfbecker/advanced-json-rpc": "^3.0.3",
"microsoft/tolerant-php-parser": "0.0.17",
"sabre/event": "^5.0",
- "symfony/console": "^2.3|^3.0|~4.0"
+ "symfony/console": "^2.3|^3.0|~4.0",
+ "symfony/polyfill-mbstring": "^1.11.0"
},
"suggest": {
"ext-ast": "Needed for parsing ASTs (unless --use-fallback-parser is used). 1.0.1+ is recommended, php-ast ^0.1.5|^1.0.0 is needed.",
diff --git a/phan.spec b/phan.spec
index 2dc4d80..74cdb71 100644
--- a/phan.spec
+++ b/phan.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 63eb0801e193adddcd7d308980e731ff5546426f
+%global gh_commit afbcf1ab162df39dbfd96672ba29a0208a49efff
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phan
#global gh_date 20150820
@@ -19,7 +19,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: %{gh_project}
-Version: 1.2.8
+Version: 1.3.1
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A static analyzer for PHP
@@ -89,7 +89,8 @@ BuildRequires: php-composer(fedora/autoloader)
# "felixfbecker/advanced-json-rpc": "^3.0.3",
# "microsoft/tolerant-php-parser": "0.0.17",
# "sabre/event": "^5.0",
-# "symfony/console": "^2.3|^3.0|~4.0"
+# "symfony/console": "^2.3|^3.0|~4.0",
+# "symfony/polyfill-mbstring": "^1.11.0"
Requires: php(language) >= 7.0.0
Requires: php-filter
Requires: php-json
@@ -226,6 +227,9 @@ EOF
%changelog
+* Tue Apr 23 2019 Remi Collet <remi@remirepo.net> - 1.3.1-1
+- update to 1.3.1
+
* Mon Apr 8 2019 Remi Collet <remi@remirepo.net> - 1.2.8-1
- update to 1.2.8