Skip to content

Commit

Permalink
Merge pull request #34 from WebFiori/dev
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
usernane authored Jul 14, 2022
2 parents cbb9cbd + 6830082 commit 28c9e89
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
}
}

0 comments on commit 28c9e89

Please sign in to comment.