Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adding composer.json
  • Loading branch information
mtdowling committed Jan 24, 2012
commit bc10b0f4b4ac6c4f9465a2b6c36387d202be3382
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "hasbridge/json-schema-validator",
"type": "library",
"description": "PHP 5.3 implementation of json schema validation",
"keywords": ["json", "schema"],
"license": "MIT",
"authors": [{
"name": "Harold Asbridge",
"email": "[email protected]"
}],
"require": {
"php": ">=5.3.2"
},
"autoload": {
"psr-0": {
"Json": "src/"
}
}
}
Loading