mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-03-19 13:49:48 +01:00
added composer.json
This commit is contained in:
parent
341e7bccb5
commit
dfe7d35f73
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