From 8f3f3749f532e6dfb2400c4db1bf61fa4fcfdb9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:14:51 +0000 Subject: [PATCH] fix(deps): update dependency slim/php-view to v3.4.0 --- webapp/php/composer.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/webapp/php/composer.lock b/webapp/php/composer.lock index 287686fe3..47f38e137 100644 --- a/webapp/php/composer.lock +++ b/webapp/php/composer.lock @@ -410,16 +410,16 @@ }, { "name": "psr/http-message", - "version": "1.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { @@ -428,7 +428,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -443,7 +443,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -457,9 +457,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/1.1" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "time": "2023-04-04T09:50:52+00:00" + "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/http-server-handler", @@ -722,21 +722,21 @@ }, { "name": "slim/php-view", - "version": "3.3.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/slimphp/PHP-View.git", - "reference": "b392338224501bd8b71016ade04f335486cda3fd" + "reference": "ef1821663a6a028b9e446e8c6818fd257bf70313" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slimphp/PHP-View/zipball/b392338224501bd8b71016ade04f335486cda3fd", - "reference": "b392338224501bd8b71016ade04f335486cda3fd", + "url": "https://api.github.com/repos/slimphp/PHP-View/zipball/ef1821663a6a028b9e446e8c6818fd257bf70313", + "reference": "ef1821663a6a028b9e446e8c6818fd257bf70313", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", - "psr/http-message": "^1.1" + "psr/http-message": "^1.1 || ^2.0" }, "require-dev": { "phpstan/phpstan": "^1", @@ -772,9 +772,9 @@ ], "support": { "issues": "https://github.com/slimphp/PHP-View/issues", - "source": "https://github.com/slimphp/PHP-View/tree/3.3.0" + "source": "https://github.com/slimphp/PHP-View/tree/3.4.0" }, - "time": "2024-07-13T12:38:15+00:00" + "time": "2024-07-19T18:54:54+00:00" }, { "name": "slim/psr7",