From 8a3937aeafec19ae0497dff0a5a8b9b9dfeac557 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2019 10:55:06 +0200 Subject: v3.4.25 --- php-symfony3.spec | 7 +++++-- src/Symfony/Bundle/WebProfilerBundle/composer.json | 2 +- src/Symfony/Component/Translation/composer.json | 2 ++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/php-symfony3.spec b/php-symfony3.spec index 1e651c3..9fce74a 100644 --- a/php-symfony3.spec +++ b/php-symfony3.spec @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 3.4.24 -%global github_commit 4783969de06e5b8787b5e3ad2279f6b8aceeb81b +%global github_version 3.4.25 +%global github_commit 24454234816e061b4b9c5787eaa2bb6326ead1da %global composer_vendor symfony %global composer_project symfony @@ -2808,6 +2808,9 @@ exit $RET # ############################################################################## %changelog +* Tue Apr 16 2019 Remi Collet - 3.4.25-1 +- update to 3.4.25 + * Wed Apr 3 2019 Remi Collet - 3.4.24-1 - update to 3.4.24 diff --git a/src/Symfony/Bundle/WebProfilerBundle/composer.json b/src/Symfony/Bundle/WebProfilerBundle/composer.json index c1efe11..241a5e3 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/composer.json +++ b/src/Symfony/Bundle/WebProfilerBundle/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^5.5.9|>=7.0.8", - "symfony/http-kernel": "~3.3|~4.0", + "symfony/http-kernel": "~3.4.25|^4.2.6", "symfony/polyfill-php70": "~1.0", "symfony/routing": "~2.8|~3.0|~4.0", "symfony/twig-bridge": "~2.8|~3.0|~4.0", diff --git a/src/Symfony/Component/Translation/composer.json b/src/Symfony/Component/Translation/composer.json index 45ff664..93c1236 100644 --- a/src/Symfony/Component/Translation/composer.json +++ b/src/Symfony/Component/Translation/composer.json @@ -22,7 +22,9 @@ "require-dev": { "symfony/config": "~2.8|~3.0|~4.0", "symfony/dependency-injection": "~3.4|~4.0", + "symfony/http-kernel": "~3.4|~4.0", "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/var-dumper": "~3.4|~4.0", "symfony/yaml": "~3.4|~4.0", "symfony/finder": "~2.8|~3.0|~4.0", "psr/log": "~1.0" -- cgit