From ee0aa59bb9880900f6df4711d0da872c614b983c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 23:18:20 +0000 Subject: [PATCH] Update opis/closure requirement from ^3.6 to ^3.6 || ^4.0 Updates the requirements on [opis/closure](https://github.com/opis/closure) to permit the latest version. - [Release notes](https://github.com/opis/closure/releases) - [Changelog](https://github.com/opis/closure/blob/master/CHANGELOG.md) - [Commits](https://github.com/opis/closure/compare/3.6.0...4.3.1) --- updated-dependencies: - dependency-name: opis/closure dependency-version: 4.3.1 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 7f85e63..1380a88 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "amphp/parallel-functions": "^1.0", "amphp/sync": "^1.4", "fakerphp/faker": "^1.19", - "opis/closure": "^3.6", + "opis/closure": "^3.6 || ^4.0", "phpstan/phpstan": "^1.10", "phpunit/php-invoker": "^2.0|^3.1|^4.0", "phpunit/phpunit": "^8.5|^9.6|^10.0",