From 3b1f8136ea9e1bbf10c70ed27ccc19eb1fc1e2a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Feb 2019 12:05:05 +0100 Subject: update to 4.1.11 raise dependency on twig 1.37.1 --- php-symfony4.spec | 14 ++++++++++---- 1 file 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 - 4.1.11-1 +- update to 4.1.11 +- raise dependency on twig 1.37.1 + * Mon Jan 7 2019 Remi Collet - 4.1.10-1 - update to 4.1.10 -- cgit