summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--composer.json5
-rw-r--r--php-twig.spec7
4 files changed, 8 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index c6f0c39..e97a48a 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -1,4 +1,4 @@
twig
-Version => 1.37.1
+Version => 1.38.0
diff --git a/REFLECTION b/REFLECTION
index 30e7c2b..a5f7916 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #81 twig version 1.37.1 ] {
+Extension [ <persistent> extension #81 twig version 1.38.0 ] {
- Functions {
Function [ <internal:twig> function twig_template_get_attributes ] {
diff --git a/composer.json b/composer.json
index 4db7e34..7eae2f0 100644
--- a/composer.json
+++ b/composer.json
@@ -23,9 +23,6 @@
"role": "Project Founder"
}
],
- "support": {
- "forum": "https://groups.google.com/forum/#!forum/twig-users"
- },
"require": {
"php": ">=5.4.0",
"symfony/polyfill-ctype": "^1.8"
@@ -45,7 +42,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "1.37-dev"
+ "dev-master": "1.38-dev"
}
}
}
diff --git a/php-twig.spec b/php-twig.spec
index df2a0ce..4a3209e 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.37.1
-%global github_commit 66be9366c76cbf23e82e7171d47cbfa54a057a62
+%global github_version 1.38.0
+%global github_commit 754b8dfc0026585eb8498ec4bf5ff240b6b34db7
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%if "%{php_version}" < "7"
@@ -353,6 +353,9 @@ exit $ret
%changelog
+* Tue Mar 12 2019 Remi Collet <remi@remirepo.net> - 1.38.0-1
+- update to 1.38.0
+
* Mon Jan 14 2019 Remi Collet <remi@remirepo.net> - 1.37.1-1
- update to 1.37.1
- bump dependency on PHP 5.4