mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-21 10:46:02 +03:00
27 lines
549 B
JSON
27 lines
549 B
JSON
{
|
|
"name": "tedivm/fetch",
|
|
"description": "A PHP IMAP Library",
|
|
"keywords": ["email","imap","pop3"],
|
|
"homepage": "http://github.com/tedious/Fetch",
|
|
"type": "library",
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Robert Hafner",
|
|
"email": "tedivm@tedivm.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-imap": "*"
|
|
},
|
|
"require-dev": {
|
|
"tedivm/dovecottesting": "1.2.3",
|
|
"phpunit/phpunit": "4.2.*",
|
|
"fabpot/php-cs-fixer": "0.5.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"Fetch": "src/"}
|
|
}
|
|
}
|