From f83b76ba0de17a69ceab01fd9cba7b8342d388c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:07:15 +0000 Subject: [PATCH] deps(deps): bump phpnomad/auth from 1.0.0 to 1.0.1 Bumps [phpnomad/auth](https://github.com/phpnomad/auth) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/phpnomad/auth/releases) - [Commits](https://github.com/phpnomad/auth/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: phpnomad/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index d2c2ee2..009ce9b 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "phpnomad/auth", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phpnomad/auth.git", - "reference": "a9da134a4b8f739a754345116ed45f3a7650e2cd" + "reference": "2acc9915834c271044ff6c3c4c033590f7d4a43f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpnomad/auth/zipball/a9da134a4b8f739a754345116ed45f3a7650e2cd", - "reference": "a9da134a4b8f739a754345116ed45f3a7650e2cd", + "url": "https://api.github.com/repos/phpnomad/auth/zipball/2acc9915834c271044ff6c3c4c033590f7d4a43f", + "reference": "2acc9915834c271044ff6c3c4c033590f7d4a43f", "shasum": "" }, "require": { @@ -25,7 +25,7 @@ "phpnomad/event": "^1.0" }, "require-dev": { - "phpnomad/tests": "^0.1.0" + "phpnomad/tests": "^0.1.0 || ^0.3.0" }, "type": "library", "autoload": { @@ -46,9 +46,9 @@ "homepage": "https://github.com/phpnomad/core", "support": { "issues": "https://github.com/phpnomad/auth/issues", - "source": "https://github.com/phpnomad/auth/tree/1.0.0" + "source": "https://github.com/phpnomad/auth/tree/1.0.1" }, - "time": "2024-12-18T17:04:00+00:00" + "time": "2025-01-15T11:36:19+00:00" }, { "name": "phpnomad/enum-polyfill",