From ac01c93744687356504674eaf62d67e6bd2bdb33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:18:10 +0000 Subject: [PATCH] build(deps): bump the jane-php group with 2 updates Updates the requirements on [jane-php/open-api-runtime](https://github.com/janephp/open-api-runtime) and [jane-php/open-api-3](https://github.com/janephp/open-api-3) to permit the latest version. Updates `jane-php/open-api-runtime` to 7.10.1 - [Release notes](https://github.com/janephp/open-api-runtime/releases) - [Commits](https://github.com/janephp/open-api-runtime/compare/v7.9.0...v7.10.1) Updates `jane-php/open-api-3` to 7.10.1 - [Commits](https://github.com/janephp/open-api-3/compare/v7.9.0...v7.10.1) --- updated-dependencies: - dependency-name: jane-php/open-api-runtime dependency-version: 7.10.1 dependency-type: direct:production dependency-group: jane-php - dependency-name: jane-php/open-api-3 dependency-version: 7.10.1 dependency-type: direct:development dependency-group: jane-php ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 113be1a..34e78a9 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,11 @@ } ], "require": { - "jane-php/open-api-runtime": "7.9.0", + "jane-php/open-api-runtime": "7.10.1", "php": ">=8.0" }, "require-dev": { - "jane-php/open-api-3": "7.9.0", + "jane-php/open-api-3": "7.10.1", "nyholm/psr7": "^1.8", "friendsofphp/php-cs-fixer": "^3.22", "pestphp/pest": "^1.23 || ^2.0",