From c3cffedf87f225223c4efbc848d5ecafcd04e83b Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Tue, 28 Mar 2023 12:22:25 +0000 Subject: [PATCH] update php-di/php-di to 6.3.5, fixes #2461 Closes #2461 Merge request studip/studip!1658 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index f15ff4bdfec..cea553ebfe8 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "opis/json-schema": "^1.0", "slim/psr7": "1.4", "slim/slim": "4.7.1", - "php-di/php-di": "6.3.4", + "php-di/php-di": "^6.3.4", "symfony/console": "~5.3.16", "symfony/process": "^5.4", "jumbojett/openid-connect-php": "^0.9.2", diff --git a/composer.lock b/composer.lock index 3e332d2b57f..979df2a5e25 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": "09395db276863ae31a0b9e4de81ab3e2", + "content-hash": "3e4a84c4dabcd0e37a213bb530baa1e1", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -1895,16 +1895,16 @@ }, { "name": "php-di/php-di", - "version": "6.3.4", + "version": "6.3.5", "source": { "type": "git", "url": "https://github.com/PHP-DI/PHP-DI.git", - "reference": "f53bcba06ab31b18e911b77c039377f4ccd1f7a5" + "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/f53bcba06ab31b18e911b77c039377f4ccd1f7a5", - "reference": "f53bcba06ab31b18e911b77c039377f4ccd1f7a5", + "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/b8126d066ce144765300ee0ab040c1ed6c9ef588", + "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588", "shasum": "" }, "require": { @@ -1955,7 +1955,7 @@ ], "support": { "issues": "https://github.com/PHP-DI/PHP-DI/issues", - "source": "https://github.com/PHP-DI/PHP-DI/tree/6.3.4" + "source": "https://github.com/PHP-DI/PHP-DI/tree/6.3.5" }, "funding": [ { @@ -1967,7 +1967,7 @@ "type": "tidelift" } ], - "time": "2021-06-10T08:04:48+00:00" + "time": "2021-09-02T09:49:58+00:00" }, { "name": "php-di/phpdoc-reader", -- GitLab