From 52e6ae074d70d1bec2d5f952abfbb4190b280738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Sat, 28 Mar 2026 15:38:37 +0100 Subject: [PATCH] chore: bump rancoud/session from 6.1.1 to 6.2.0 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 5c6bd68..05d9816 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^12.0", "rancoud/database": "^7.0", - "rancoud/session": "^6.1" + "rancoud/session": "^6.2" }, "scripts": { "ci": [ diff --git a/composer.lock b/composer.lock index 9845eec..e8c503d 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": "bb78263ee516b17e527be07db59d65ce", + "content-hash": "7238cd838c7e1487885d7e712b731814", "packages": [ { "name": "rancoud/environment", @@ -1528,16 +1528,16 @@ }, { "name": "rancoud/session", - "version": "6.1.1", + "version": "6.2.0", "source": { "type": "git", "url": "https://github.com/rancoud/Session.git", - "reference": "e5d5c27789d817c6d191afa0dfae3d0c7118c4fd" + "reference": "0952520589497cbf401e26c34d319d150c2a64b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rancoud/Session/zipball/e5d5c27789d817c6d191afa0dfae3d0c7118c4fd", - "reference": "e5d5c27789d817c6d191afa0dfae3d0c7118c4fd", + "url": "https://api.github.com/repos/rancoud/Session/zipball/0952520589497cbf401e26c34d319d150c2a64b6", + "reference": "0952520589497cbf401e26c34d319d150c2a64b6", "shasum": "" }, "require": { @@ -1571,9 +1571,9 @@ "description": "Session package", "support": { "issues": "https://github.com/rancoud/Session/issues", - "source": "https://github.com/rancoud/Session/tree/6.1.1" + "source": "https://github.com/rancoud/Session/tree/6.2.0" }, - "time": "2026-03-28T12:35:52+00:00" + "time": "2026-03-28T14:28:48+00:00" }, { "name": "react/cache",