From 5e111c55a0e5347cfe477a9b1bfbc565f735262b Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Tue, 13 Jan 2026 23:35:25 -0700 Subject: [PATCH] Bump respect/stringifier from 0.2 to 1.0 I've released version 1.0 many years ago, but somehow I forgot to upgrade the version in Validation. This commit does that, just almost 3 years too late. I'm not upgrading it to 2.0 because there are too many changes, and especially because version 2.0 stringifies callbacks, which might cause secutiry issues. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 49565a8e..7e1ef263 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require": { "php": ">=8.1", - "respect/stringifier": "^0.2.0", + "respect/stringifier": "^0.2.0 || ^1.0", "symfony/polyfill-mbstring": "^1.2" }, "require-dev": {