Skip to content

Commit b54c0e6

Browse files
committed
added composer.json
1 parent 5fe0224 commit b54c0e6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "justinrainbow/json-schema",
3+
"description": "a library to validate a json schema"
4+
"keywords": ["json", "schema"],
5+
"homepage": "https://github.com/justinrainbow/json-schema",
6+
"type": "library",
7+
"license": "MIT",
8+
"version": "1.0.0",
9+
"authors": [
10+
{
11+
"name": "Justin Rainbow"
12+
}
13+
],
14+
15+
"autoload": {
16+
"psr-0": { "JsonSchema": "libs/", "JsonSchemaUndefined": "libs/"}
17+
}
18+
}
19+

0 commit comments

Comments
 (0)