From 41fcf44df17355d0826ccd1da59f858a752034a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 06:31:15 +0000 Subject: [PATCH] Bump symfony/asset from 5.3.0 to 5.3.4 Bumps [symfony/asset](https://github.com/symfony/asset) from 5.3.0 to 5.3.4. - [Release notes](https://github.com/symfony/asset/releases) - [Changelog](https://github.com/symfony/asset/blob/5.3/CHANGELOG.md) - [Commits](https://github.com/symfony/asset/compare/v5.3.0...v5.3.4) Signed-off-by: dependabot-preview[bot] --- composer.lock | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 1715c82..33d5f75 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f253f5360f5a5801c6fa721bde0c08b5", + "content-hash": "71e846a8b6688a9e07c24696b2d0ad75", "packages": [ { "name": "beberlei/doctrineextensions", @@ -3444,21 +3444,22 @@ }, { "name": "symfony/asset", - "version": "v5.3.0", + "version": "v5.3.4", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "4c8d354b8931788f2b07953cfe6846e5cda27637" + "reference": "9bd222a8fdd13ecca91384e403247103198f80a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/4c8d354b8931788f2b07953cfe6846e5cda27637", - "reference": "4c8d354b8931788f2b07953cfe6846e5cda27637", + "url": "https://api.github.com/repos/symfony/asset/zipball/9bd222a8fdd13ecca91384e403247103198f80a1", + "reference": "9bd222a8fdd13ecca91384e403247103198f80a1", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1" + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/http-foundation": "<5.3" @@ -3497,7 +3498,7 @@ "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/v5.3.0" + "source": "https://github.com/symfony/asset/tree/v5.3.4" }, "funding": [ { @@ -3513,7 +3514,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:43:10+00:00" + "time": "2021-07-21T12:40:44+00:00" }, { "name": "symfony/browser-kit",