mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-21 18:56:02 +03:00
21 lines
380 B
JSON
21 lines
380 B
JSON
|
{
|
||
|
"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/"}
|
||
|
}
|
||
|
}
|