From b7f3df931296247aada2ed91c449b66851768487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:24:09 +0000 Subject: [PATCH] Update pinkcrab/function-constructors requirement || ^1.0 Updates the requirements on [pinkcrab/function-constructors](https://github.com/gin0115/pinkcrab_function_constructors) to permit the latest version. - [Release notes](https://github.com/gin0115/pinkcrab_function_constructors/releases) - [Commits](https://github.com/gin0115/pinkcrab_function_constructors/compare/0.2.0...1.0.0) --- updated-dependencies: - dependency-name: pinkcrab/function-constructors dependency-version: 1.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 c5e6fe8..93c78aa 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "vlucas/phpdotenv": "^5.4", "symfony/css-selector": "*", "symfony/dom-crawler": "*", - "pinkcrab/function-constructors": "^0.2" + "pinkcrab/function-constructors": "^0.2 || ^1.0" }, "require": { "php": ">=8.0.0"