From f3556f82df7e430bec56cf61bade720e8687b8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 06:02:34 +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.5.0) --- updated-dependencies: - dependency-name: opis/json-schema dependency-version: 2.5.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..255de42d 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.5.0" }, "require-dev": { "roave/security-advisories": "dev-latest"