From a7999bed8b592e2e5c20c5058b52674c38fc40e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Feb 2019 12:20:24 +0100 Subject: update to 4.2.3 raise dependency on twig 1.37.1 --- php-symfony4.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/php-symfony4.spec b/php-symfony4.spec index a3fa50e..3109856 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.2.2 -%global github_commit 4b3e32332fd3559a644a262be53228422e5393d3 +%global github_version 4.2.3 +%global github_commit 323bfa04458188fbac1be4fbc60b83b9b2496cfc %global composer_vendor symfony %global composer_project symfony @@ -99,8 +99,8 @@ # "symfony/contracts": "~1.0.2" %global symfony_contracts_min_ver 1.0.2 %global symfony_contracts_max_ver 2 -# "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 @@ -871,6 +871,7 @@ 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 @@ -2919,6 +2920,10 @@ exit $RET # ############################################################################## %changelog +* Mon Feb 4 2019 Remi Collet - 4.2.3-1 +- update to 4.2.3 +- raise dependency on twig 1.37.1 + * Mon Jan 7 2019 Remi Collet - 4.2.2-1 - update to 4.2.2 - add new symfony/var-exporter component -- cgit