summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-04 12:05:05 +0100
committerRemi Collet <remi@remirepo.net>2019-02-04 12:05:05 +0100
commit3b1f8136ea9e1bbf10c70ed27ccc19eb1fc1e2a2 (patch)
treea63edddc2be98c781786479e0f0382c9a9404921
parent6c77ef13e860231b4693dc4e8f59e2e455f8287a (diff)
update to 4.1.11
raise dependency on twig 1.37.1
-rw-r--r--php-symfony4.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec
index 0522c1e..f9e609a 100644
--- a/php-symfony4.spec
+++ b/php-symfony4.spec
@@ -13,8 +13,8 @@
%global github_owner symfony
%global github_name symfony
-%global github_version 4.1.10
-%global github_commit 96e5fca388141c3c2539f10aec422a143cb65bde
+%global github_version 4.1.11
+%global github_commit a57ce22ab5ceba15f8606b8955d715f232c279f6
%global composer_vendor symfony
%global composer_project symfony
@@ -88,8 +88,8 @@
# NOTE: Min version not 4.0 to restrict to single major version
%global symfony_security_acl_min_ver 2.8
%global symfony_security_acl_max_ver 3.0
-# "twig/twig": "^1.35|^2.4.4"
-%global twig_min_ver 1.35
+# "twig/twig": "^1.37.1|^2.6.2"
+%global twig_min_ver 1.37.1
%global twig_max_ver 3.0
# Build using "--without tests" to disable tests
@@ -828,6 +828,8 @@ Requires: php-spl
# Composer
Provides: php-composer(%{composer_vendor}/console) = %{version}
+Provides: php-composer(psr/log-implementation) = 1.0
+
%description console
The Console component eases the creation of beautiful and testable command line
@@ -2808,6 +2810,10 @@ exit $RET
# ##############################################################################
%changelog
+* Mon Feb 4 2019 Remi Collet <remi@remirepo.net> - 4.1.11-1
+- update to 4.1.11
+- raise dependency on twig 1.37.1
+
* Mon Jan 7 2019 Remi Collet <remi@remirepo.net> - 4.1.10-1
- update to 4.1.10