From d17e22673f387b75e09ffceeda60a227ef74ec75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:09:43 +0000 Subject: [PATCH] :arrow_up: Update wa72/simplelogger requirement || ^2.0 Updates the requirements on [wa72/simplelogger](https://github.com/wasinger/simplelogger) to permit the latest version. - [Release notes](https://github.com/wasinger/simplelogger/releases) - [Commits](https://github.com/wasinger/simplelogger/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: wa72/simplelogger dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 826020a5..65859cdf 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "require-dev" : { "phpunit/phpunit": "^9.5", "php-coveralls/php-coveralls": "^2.1", - "wa72/simplelogger": "^1.0", + "wa72/simplelogger": "^1.0 || ^2.0", "friendsofphp/php-cs-fixer": "^3.11", "symfony/process": "^5 || ^6", "thecodingmachine/tdbm-fluid-schema-builder": "^v2.0.0",