From f7cbadc3fff044057a8dc48f5a7bf3e7b351c9e8 Mon Sep 17 00:00:00 2001 From: Richard Anabeto Opoku Date: Tue, 7 Jul 2026 18:09:39 +0000 Subject: [PATCH] Add hypervel/json-schema to the replace list The json-schema split package exists and is mapped in the PSR-4 autoload, but was missing from the replace list. Requiring hypervel/json-schema alongside hypervel/components installed the split package a second time. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index dc295e9af..681c982ae 100644 --- a/composer.json +++ b/composer.json @@ -237,6 +237,7 @@ "hypervel/horizon": "self.version", "hypervel/http": "self.version", "hypervel/inertia": "self.version", + "hypervel/json-schema": "self.version", "hypervel/jwt": "self.version", "hypervel/log": "self.version", "hypervel/macroable": "self.version",