We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbb9cbd + 6830082 commit 28c9e89Copy full SHA for 28c9e89
1 file changed
composer.json
@@ -3,12 +3,17 @@
3
"type": "library",
4
"description": "PHP library for creating well-formatted JSON strings.",
5
"keywords": [
6
- "JSON","PHP"
+ "JSON", "PHP", "JSONx"
7
],
8
"license": "MIT",
9
"require": {
10
"php": ">=7.0"
11
},
12
+ "autoload" :{
13
+ "psr-4":{
14
+ "webfiori\\json\\":"webfiori\\json"
15
+ }
16
+ },
17
"require-dev": {
18
}
19
0 commit comments