summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-20 07:00:56 +0100
committerRemi Collet <remi@remirepo.net>2018-03-20 07:00:56 +0100
commit7d3486d5d8e7cfcb1b75bb95b97654c59d9ce58b (patch)
tree9a6560779bdec9999f8c80fe06044c87f38ba2d1
parentf1a3645d04e8462f19cc95523901c869ffe43768 (diff)
v1.35.3
-rw-r--r--REFLECTION2
-rw-r--r--composer.json4
-rw-r--r--php-twig.spec7
3 files changed, 8 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 16d5fcf..04b495e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #78 twig version 1.35.1 ] {
+Extension [ <persistent> extension #78 twig version 1.35.3 ] {
- Functions {
Function [ <internal:twig> function twig_template_get_attributes ] {
diff --git a/composer.json b/composer.json
index 09c1ea5..7dab303 100644
--- a/composer.json
+++ b/composer.json
@@ -30,8 +30,8 @@
"php": ">=5.3.3"
},
"require-dev": {
- "symfony/phpunit-bridge": "~3.3@dev",
- "symfony/debug": "~2.7",
+ "symfony/phpunit-bridge": "^3.3",
+ "symfony/debug": "^2.7",
"psr/container": "^1.0"
},
"autoload": {
diff --git a/php-twig.spec b/php-twig.spec
index 3fe92c9..0c6e64d 100644
--- a/php-twig.spec
+++ b/php-twig.spec
@@ -30,8 +30,8 @@
%global github_owner twigphp
%global github_name Twig
-%global github_version 1.35.2
-%global github_commit 9c24f2cd39dc1906b76879e099970b7e53724601
+%global github_version 1.35.3
+%global github_commit b48680b6eb7d16b5025b9bfc4108d86f6b8af86f
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%if "%{php_version}" < "7"
@@ -352,6 +352,9 @@ exit $ret
%changelog
+* Tue Mar 20 2018 Remi Collet <remi@remirepo.net> - 1.35.3-1
+- update to 1.35.3
+
* Sun Mar 4 2018 Remi Collet <remi@remirepo.net> - 1.35.2-1
- Update to 1.35.2