From 6830082a505710f7c66beae604b85bef3afa382c Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Fri, 15 Jul 2022 02:01:41 +0300 Subject: [PATCH] Update composer.json --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 592163f..24fc888 100644 --- a/composer.json +++ b/composer.json @@ -3,12 +3,17 @@ "type": "library", "description": "PHP library for creating well-formatted JSON strings.", "keywords": [ - "JSON","PHP" + "JSON", "PHP", "JSONx" ], "license": "MIT", "require": { "php": ">=7.0" }, + "autoload" :{ + "psr-4":{ + "webfiori\\json\\":"webfiori\\json" + } + }, "require-dev": { } } \ No newline at end of file