From 58816a8bacb7b1faa396d9fc2155900a5ec63d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 05:18:53 +0000 Subject: [PATCH] deps(deps): bump phpnomad/logger from 1.0.0 to 1.1.0 Bumps [phpnomad/logger](https://github.com/phpnomad/logger) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/phpnomad/logger/releases) - [Commits](https://github.com/phpnomad/logger/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: phpnomad/logger dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index b273094..84f4870 100644 --- a/composer.lock +++ b/composer.lock @@ -136,23 +136,23 @@ }, { "name": "phpnomad/logger", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/phpnomad/logger.git", - "reference": "4d6de87bc06ad5a70668578fa80bf9cd68fc58ec" + "reference": "a92b375bf682d8a0db318b8d55a088bb29463e88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpnomad/logger/zipball/4d6de87bc06ad5a70668578fa80bf9cd68fc58ec", - "reference": "4d6de87bc06ad5a70668578fa80bf9cd68fc58ec", + "url": "https://api.github.com/repos/phpnomad/logger/zipball/a92b375bf682d8a0db318b8d55a088bb29463e88", + "reference": "a92b375bf682d8a0db318b8d55a088bb29463e88", "shasum": "" }, "require-dev": { "phpnomad/di": "^1.0", "phpnomad/facade": "^1.0", "phpnomad/singleton": "^1.0", - "phpnomad/tests": "^0.1.0" + "phpnomad/tests": "^0.1.0 || ^0.3.0" }, "type": "library", "autoload": { @@ -173,9 +173,9 @@ "homepage": "https://github.com/phpnomad/core", "support": { "issues": "https://github.com/phpnomad/logger/issues", - "source": "https://github.com/phpnomad/logger/tree/1.0.0" + "source": "https://github.com/phpnomad/logger/tree/1.1.0" }, - "time": "2024-12-18T17:18:00+00:00" + "time": "2026-02-19T17:53:46+00:00" }, { "name": "phpnomad/singleton",