From 249d169864b0a09e12f64d7b65cc1c298fed11a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:45:57 +0000 Subject: [PATCH] chore(deps): update webfiori/file requirement from 2.0.* to 2.1.* Updates the requirements on [webfiori/file](https://github.com/WebFiori/file) to permit the latest version. - [Release notes](https://github.com/WebFiori/file/releases) - [Changelog](https://github.com/WebFiori/file/blob/main/CHANGELOG.md) - [Commits](https://github.com/WebFiori/file/compare/v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: webfiori/file dependency-version: 2.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b088c2d..703c222 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": "^8.1", - "webfiori/file": "2.0.*" + "webfiori/file": "2.1.*" }, "require-dev": { "phpunit/phpunit": "^10.0",