From 4b9e10c98e8665f499ac9822993c0617588d40c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Mar 2020 08:17:35 +0200 Subject: v4.4.7 --- php-symfony4.spec | 7 +++++-- src/Symfony/Component/Security/Http/composer.json | 4 ++-- src/Symfony/Component/Security/composer.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/php-symfony4.spec b/php-symfony4.spec index 161c10f..e20a3ff 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.4.6 -%global github_commit 895d796658d76312344a19374afe9ff04c00b78d +%global github_version 4.4.7 +%global github_commit 0889df1e88559968eb291c938d25b96e252f7bed %global composer_vendor symfony %global composer_project symfony @@ -3293,6 +3293,9 @@ exit $RET # ############################################################################## %changelog +* Tue Mar 31 2020 Remi Collet - 4.4.7-1 +- update to 4.4.7 + * Fri Mar 27 2020 Remi Collet - 4.4.6-1 - update to 4.4.6 diff --git a/src/Symfony/Component/Security/Http/composer.json b/src/Symfony/Component/Security/Http/composer.json index 686b2b9..699ffcf 100644 --- a/src/Symfony/Component/Security/Http/composer.json +++ b/src/Symfony/Component/Security/Http/composer.json @@ -17,8 +17,8 @@ ], "require": { "php": "^7.1.3", - "symfony/security-core": "^4.4", - "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/security-core": "^4.4.7", + "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", "symfony/http-kernel": "^4.4", "symfony/property-access": "^3.4|^4.0|^5.0" }, diff --git a/src/Symfony/Component/Security/composer.json b/src/Symfony/Component/Security/composer.json index 5251cd8..5cd3193 100644 --- a/src/Symfony/Component/Security/composer.json +++ b/src/Symfony/Component/Security/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^7.1.3", "symfony/event-dispatcher-contracts": "^1.1|^2", - "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", "symfony/http-kernel": "^4.4", "symfony/property-access": "^3.4|^4.0|^5.0", "symfony/service-contracts": "^1.1|^2" -- cgit