From 0f9d473ecf4bc6857844962f29eb948eecbab411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 06:26:10 +0000 Subject: [PATCH] build(deps): update jane-php/open-api-runtime requirement Updates the requirements on [jane-php/open-api-runtime](https://github.com/janephp/open-api-runtime) to permit the latest version. - [Release notes](https://github.com/janephp/open-api-runtime/releases) - [Commits](https://github.com/janephp/open-api-runtime/compare/v7.6.1...v7.6.2) --- updated-dependencies: - dependency-name: jane-php/open-api-runtime 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 bdfb4b3..7187cda 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "jane-php/open-api-runtime": "7.6.1", + "jane-php/open-api-runtime": "7.6.2", "php": ">=8.0" }, "require-dev": {