Skip to content

Commit

Permalink
Added nodes: licence, require, authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Manley authored Jun 13, 2016
1 parent 5d8d5c0 commit 2212abe
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@
"url": "https://github.com/cmanley/PHP-Validate/archive/master.zip",
"type": "zip"
},
"require": {
"php": ">=5.3",
},
"autoload": {
"psr-4": {
"Validate\\": "src/"
}
}
},
"license": "MIT",
"authors": [
{
"name": "Craig Manley",
"role": "Developer"
}
]
}

0 comments on commit 2212abe

Please sign in to comment.