Skip to content

Commit 28c9e89

Browse files
authored
Merge pull request #34 from WebFiori/dev
Update composer.json
2 parents cbb9cbd + 6830082 commit 28c9e89

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
"type": "library",
44
"description": "PHP library for creating well-formatted JSON strings.",
55
"keywords": [
6-
"JSON","PHP"
6+
"JSON", "PHP", "JSONx"
77
],
88
"license": "MIT",
99
"require": {
1010
"php": ">=7.0"
1111
},
12+
"autoload" :{
13+
"psr-4":{
14+
"webfiori\\json\\":"webfiori\\json"
15+
}
16+
},
1217
"require-dev": {
1318
}
1419
}

0 commit comments

Comments
 (0)