From 7267083f49e3ceb276b4f61998ed24b53a5dafa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:11:35 +0000 Subject: [PATCH] build(deps): update amphp/file requirement from ^3.2 to ^3.2 || ^4.0 Updates the requirements on [amphp/file](https://github.com/amphp/file) to permit the latest version. - [Release notes](https://github.com/amphp/file/releases) - [Commits](https://github.com/amphp/file/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: amphp/file dependency-version: 4.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 a0c5580..4f6ba93 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": "^8.1", "ext-zip": "*", "amphp/amp": "^3.0", - "amphp/file": "^3.2", + "amphp/file": "^3.2 || ^4.0", "amphp/http-client": "^5.3", "amphp/process": "^2.0", "aws/aws-sdk-php": "^3.319",