fix composer.json

This commit is contained in:
Igor Wiedler 2011-12-10 12:31:28 +01:00
parent abd08ce5d7
commit c4944bc7bd

View File

@ -1,18 +1,22 @@
{
"name": "justinrainbow/json-schema",
"description": "a library to validate a json schema"
"description": "A library to validate a json schema.",
"keywords": ["json", "schema"],
"homepage": "https://github.com/justinrainbow/json-schema",
"type": "library",
"license": "MIT",
"license": "NewBSD",
"version": "1.0.0",
"authors": [
{
"name": "Justin Rainbow"
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
}
],
"autoload": {
"psr-0": { "JsonSchema": "src/" }
}
}