From beb68fe9cca61f6fd3115545ea2400fd7307b4a7 Mon Sep 17 00:00:00 2001 From: orakili Date: Thu, 4 Jul 2024 09:29:47 +0000 Subject: [PATCH] chore: change package name --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a436624..4095755 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "opis/json-schema", + "name": "unocha/json-schema", "description": "Json Schema Validator for PHP", "keywords": [ "json", @@ -46,4 +46,4 @@ "dev-master": "2.x-dev" } } -} \ No newline at end of file +}