From 1fe0fca698bca69f953302ac30427d28c06b1a09 Mon Sep 17 00:00:00 2001 From: "Stud.IP" <studip-trac-bot@noreply.gitlab.studip.de> Date: Mon, 9 Oct 2023 14:28:06 +0000 Subject: [PATCH] Bump symfony/polyfill-php74 from 1.27.0 to 1.28.0, re #3315 Merge request studip/studip!2234 --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index c7c4da53a62..2aaf1ccdc7f 100644 --- a/composer.lock +++ b/composer.lock @@ -3497,16 +3497,16 @@ }, { "name": "symfony/polyfill-php74", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php74.git", - "reference": "aa7f1231a1aa56d695e626043252b7be6a90c4ce" + "reference": "8b755b41a155c89f1af29cc33305538499fa05ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php74/zipball/aa7f1231a1aa56d695e626043252b7be6a90c4ce", - "reference": "aa7f1231a1aa56d695e626043252b7be6a90c4ce", + "url": "https://api.github.com/repos/symfony/polyfill-php74/zipball/8b755b41a155c89f1af29cc33305538499fa05ea", + "reference": "8b755b41a155c89f1af29cc33305538499fa05ea", "shasum": "" }, "require": { @@ -3515,7 +3515,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3557,7 +3557,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php74/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php74/tree/v1.28.0" }, "funding": [ { @@ -3573,7 +3573,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php80", -- GitLab