From aa5ca208073e54f26b2839e0d4a46d4d1ae3de73 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Mon, 17 Feb 2025 22:56:38 +0300 Subject: [PATCH] Issue #3495787: Switch from drupal/openapi_rest to vardot/openapi_rest in the 10.1.x branch --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bde666e..1407d3a 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "drupal/consumers": "~1", "drupal/openapi": "~2", "drupal/openapi_jsonapi": "~3", - "drupal/openapi_rest": "~2", + "vardot/openapi_rest": "~2.1.0", "drupal/openapi_ui_redoc": "~1", "drupal/openapi_ui_swagger": "~1", "drupal/simple_oauth": "~6", -- GitLab