From 2fbec959b913d151f95bc3b124340791a962af87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 13:12:54 +0000 Subject: [PATCH] Bump aura/session from 2.1.0 to 4.0.0 Bumps [aura/session](https://github.com/auraphp/Aura.Session) from 2.1.0 to 4.0.0. - [Release notes](https://github.com/auraphp/Aura.Session/releases) - [Changelog](https://github.com/auraphp/Aura.Session/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/auraphp/Aura.Session/compare/2.1.0...4.0.0) --- updated-dependencies: - dependency-name: aura/session dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 35 ++++++++++++----------------------- 2 files changed, 13 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index d8d85a0..cc4bce7 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "aura/session": "^2.1", + "aura/session": "^4.0", "filp/whoops": "^2.5", "guzzlehttp/psr7": "^2.6", "league/container": "^3.3", diff --git a/composer.lock b/composer.lock index ac0e699..d6b1c2b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,52 +4,41 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "240348dfdb2537c75c25f35c883b77e2", + "content-hash": "a18adf80fd5e0551db0f6467a0207e28", "packages": [ { "name": "aura/session", - "version": "2.1.0", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Session.git", - "reference": "7d2f7d41ad693970b5b6b83facca0961d3378883" + "reference": "413740aefe3b8416e173504d94e8dcef102483f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/auraphp/Aura.Session/zipball/7d2f7d41ad693970b5b6b83facca0961d3378883", - "reference": "7d2f7d41ad693970b5b6b83facca0961d3378883", + "url": "https://api.github.com/repos/auraphp/Aura.Session/zipball/413740aefe3b8416e173504d94e8dcef102483f7", + "reference": "413740aefe3b8416e173504d94e8dcef102483f7", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "require-dev": { - "aura/di": "~2.0" + "phpunit/phpunit": "^8.5" }, "suggest": { "ext-mcrypt": "Mcrypt generates the next best secure CSRF tokens.", - "ext-openssl": "OpenSSL generates the best secure CSRF tokens.", - "ircmaxell/random-lib": "A Library For Generating Secure Random Numbers", - "paragonie/random_compat": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7" + "ext-openssl": "OpenSSL generates the best secure CSRF tokens." }, "type": "library", - "extra": { - "aura": { - "type": "library", - "config": { - "common": "Aura\\Session\\_Config\\Common" - } - } - }, "autoload": { "psr-4": { - "Aura\\Session\\": "src/", - "Aura\\Session\\_Config\\": "config/" + "Aura\\Session\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-2-Clause" + "MIT" ], "authors": [ { @@ -68,9 +57,9 @@ ], "support": { "issues": "https://github.com/auraphp/Aura.Session/issues", - "source": "https://github.com/auraphp/Aura.Session/tree/2.x" + "source": "https://github.com/auraphp/Aura.Session/tree/4.0.0" }, - "time": "2016-10-03T20:28:32+00:00" + "time": "2024-05-28T05:40:03+00:00" }, { "name": "auth0/auth0-php",