summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-04 14:38:04 +0200
committerRemi Collet <remi@remirepo.net>2019-06-04 14:38:04 +0200
commita3891dbd3037eb6226dd3dcf50231dc7af88b6ce (patch)
tree1b0e3e25eb1b294901b714fd62d41cba3a0c0e8d
parentcd9efffd6101cafb5bec6676b5638a2920cf6be3 (diff)
v2.11.1
-rw-r--r--composer.json2
-rw-r--r--php-twig2.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index a07e3fb..b0c5836 100644
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,7 @@
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
- "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
+ "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
"symfony/debug": "^2.7",
"psr/container": "^1.0"
},
diff --git a/php-twig2.spec b/php-twig2.spec
index 048e364..953d7f0 100644
--- a/php-twig2.spec
+++ b/php-twig2.spec
@@ -13,7 +13,7 @@
%global with_tests 0%{!?_without_tests:1}
%global github_owner twigphp
%global github_name Twig
-%global github_commit c344879ae57dc1487b1df3e3d8325936125ba2cc
+%global github_commit 0418e17113266e84c03ccf758680af8abc4b22dc
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global composer_vendor twig
@@ -24,7 +24,7 @@
%global phpdir %{_datadir}/php
Name: php-%{composer_project}2
-Version: 2.11.0
+Version: 2.11.1
Release: 1%{?dist}
Summary: The flexible, fast, and secure template engine for PHP
@@ -177,6 +177,9 @@ exit $RETURN_CODE
%changelog
+* Tue Jun 4 2019 Remi Collet <remi@remirepo.net> - 2.11.1-1
+- update to 2.11.1
+
* Mon Jun 3 2019 Remi Collet <remi@remirepo.net> - 2.11.0-1
- update to 2.11.0