From 2118e3d94a4bc6d93e69f6a2391ade52695e607c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:27:27 +0000 Subject: [PATCH] Update dependency dflydev/fig-cookies to ^3.1.0 | datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | packagist | dflydev/fig-cookies | 3.0.0 | 3.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index ae82ba0b..891fde51 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "require": { "php": "~8.2.0", "ext-pdo": "*", - "dflydev/fig-cookies": "^3.0", + "dflydev/fig-cookies": "^3.1.0", "laminas/laminas-cli": "^1.8.0", "laminas/laminas-component-installer": "^3.2.1", "laminas/laminas-config-aggregator": "^1.13.0", diff --git a/composer.lock b/composer.lock index 01f4d126..412ce03f 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": "1a84fa69781adc0c3fd7a8484123151c", + "content-hash": "10ded25bcbb6fc5a6e5d5e385b8f3cff", "packages": [ { "name": "brick/varexporter", @@ -132,22 +132,22 @@ }, { "name": "dflydev/fig-cookies", - "version": "v3.0.0", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-fig-cookies.git", - "reference": "ea6934204b1b34ffdf5130dc7e0928d18ced2498" + "reference": "ebe6c15c9895fc490efe620ad734c8ef4a85bdb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-fig-cookies/zipball/ea6934204b1b34ffdf5130dc7e0928d18ced2498", - "reference": "ea6934204b1b34ffdf5130dc7e0928d18ced2498", + "url": "https://api.github.com/repos/dflydev/dflydev-fig-cookies/zipball/ebe6c15c9895fc490efe620ad734c8ef4a85bdb0", + "reference": "ebe6c15c9895fc490efe620ad734c8ef4a85bdb0", "shasum": "" }, "require": { "ext-pcre": "*", "php": "^7.2 || ^8.0", - "psr/http-message": "^1" + "psr/http-message": "^1.0.1 || ^2" }, "require-dev": { "doctrine/coding-standard": "^8", @@ -188,9 +188,9 @@ ], "support": { "issues": "https://github.com/dflydev/dflydev-fig-cookies/issues", - "source": "https://github.com/dflydev/dflydev-fig-cookies/tree/v3.0.0" + "source": "https://github.com/dflydev/dflydev-fig-cookies/tree/v3.1.0" }, - "time": "2021-01-22T02:53:56+00:00" + "time": "2023-07-18T20:41:43+00:00" }, { "name": "fig/http-message-util", @@ -2489,16 +2489,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": { @@ -2507,7 +2507,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -2522,7 +2522,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -2536,9 +2536,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",