From a99faf6c48d6c512892ae343f07aa94b6b197a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Haas?= Date: Fri, 28 Jun 2024 11:56:33 +0200 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2fb04e9..bf96631c 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require": { "php": ">=8.0", - "jane-php/open-api-runtime": "~7.6.0", + "jane-php/open-api-runtime": "^7.7", "psr/http-client-implementation": "*", "php-http/client-common": "^1.9 || ^2.0", "php-http/discovery": "^1.11",