mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-03-18 21:29:46 +01:00
fix composer.json
This commit is contained in:
parent
abd08ce5d7
commit
c4944bc7bd
@ -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/" }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user