From 981ac50b25714e82cc46c61df212fac7f3f1f660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:44:22 +0000 Subject: [PATCH] build(deps): update respect/validation requirement from ^2.0 to ^3.1 Updates the requirements on [respect/validation](https://github.com/Respect/Validation) to permit the latest version. - [Release notes](https://github.com/Respect/Validation/releases) - [Commits](https://github.com/Respect/Validation/compare/2.0.0...3.1.1) --- updated-dependencies: - dependency-name: respect/validation dependency-version: 3.1.1 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 a8c958480..d8673afde 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "owasp/csrf-protector-php": "^1.0", "phpmailer/phpmailer": "^7.0", "picqer/php-barcode-generator": "^3.2", - "respect/validation": "^2.0", + "respect/validation": "^3.1", "servo/fluidxml": "^2.0", "slim/flash": "^0.4.0", "spatie/laravel-route-attributes": "^1.25",