Added composer file describing the project

This commit is contained in:
Robert Hafner 2012-06-10 17:55:12 -07:00
parent d175e52ac1
commit 96debdd9b9

20
composer.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "tedivm/fetch",
"description": "A PHP IMAP Library",
"keywords": ["email","imap"],
"homepage": "http://github.com/tedivm/Fetch",
"type": "library",
"license": "BSD",
"authors": [
{
"name": "Robert Hafner",
"email": "tedivm@tedivm.com"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {"Fetch": "src/"}
}
}