From af9d9713b5b281f453209bb5aa6428ad444cad7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 06:02:43 +0000 Subject: [PATCH] chore(deps): update opis/json-schema requirement in /tools/src/test/php Updates the requirements on [opis/json-schema](https://github.com/opis/json-schema) to permit the latest version. - [Release notes](https://github.com/opis/json-schema/releases) - [Commits](https://github.com/opis/json-schema/compare/2.4.1...2.6.0) --- updated-dependencies: - dependency-name: opis/json-schema dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/src/test/php/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/test/php/composer.json b/tools/src/test/php/composer.json index 5a95569f..16dbff2a 100644 --- a/tools/src/test/php/composer.json +++ b/tools/src/test/php/composer.json @@ -5,7 +5,7 @@ "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", - "opis/json-schema": "2.4.1" + "opis/json-schema": "2.6.0" }, "require-dev": { "roave/security-advisories": "dev-latest"