From f90402e4116e8d9f2c9b09c3f447a543d9a3c475 Mon Sep 17 00:00:00 2001 From: nortoh Date: Mon, 10 Jun 2024 12:22:55 -0500 Subject: [PATCH] fix: readd guzzlehttp/uri-template --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9fb64047..3e473199 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,8 @@ "require": { "php": "~7.0 || ^8.0", "guzzlehttp/guzzle": "^7.8.0", - "justinrainbow/json-schema": "^5.2" + "justinrainbow/json-schema": "^5.2", + "guzzlehttp/uri-template": "^0.2|^1.0" }, "require-dev": { "phpunit/phpunit": "^8.0",