mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-03-20 14:19:59 +01:00
added composer.json
This commit is contained in:
parent
5fe02248a7
commit
b54c0e6ea1
19
composer.json
Normal file
19
composer.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "justinrainbow/json-schema",
|
||||
"description": "a library to validate a json schema"
|
||||
"keywords": ["json", "schema"],
|
||||
"homepage": "https://github.com/justinrainbow/json-schema",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"version": "1.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Justin Rainbow"
|
||||
}
|
||||
],
|
||||
|
||||
"autoload": {
|
||||
"psr-0": { "JsonSchema": "libs/", "JsonSchemaUndefined": "libs/"}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user