Fetch/composer.json

21 lines
380 B
JSON
Raw Normal View History

{
"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/"}
}
}