From 0e0bae0873d84921c4f6237192238fb1a76d3436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 22:16:25 +0000 Subject: [PATCH] chore(deps): update myerscode/utilities-files requirement || ^2026 Updates the requirements on [myerscode/utilities-files](https://github.com/myerscode/utilities-files) to permit the latest version. - [Release notes](https://github.com/myerscode/utilities-files/releases) - [Changelog](https://github.com/myerscode/utilities-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/myerscode/utilities-files/compare/2025.0.0...2026.0.0) --- updated-dependencies: - dependency-name: myerscode/utilities-files dependency-version: 2026.0.0 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 38801a4..71d6044 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require": { "php": "^8.5", "ext-mbstring": "*", - "myerscode/utilities-files": "^2025", + "myerscode/utilities-files": "^2025 || ^2026", "myerscode/utilities-strings": "^2026" }, "require-dev": {