From 5707c310923894e2f890de28ab409db393f3817f Mon Sep 17 00:00:00 2001 From: Ernst Vaarties Date: Wed, 30 Apr 2025 14:02:16 +0200 Subject: [PATCH] No ticket. Also support json-schema v6 for nimbusoft/flysystem-openstack-swift . --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index defad050..f8658c8b 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "guzzlehttp/guzzle": "^7.0", "guzzlehttp/psr7": ">=1.7", "guzzlehttp/uri-template": "^0.2 || ^1.0", - "justinrainbow/json-schema": "^5.2" + "justinrainbow/json-schema": "^5.2 || ^6.0" }, "require-dev": { "ext-json": "*",