Fetch/composer.json

27 lines
549 B
JSON
Raw Permalink Normal View History

{
"name": "tedivm/fetch",
"description": "A PHP IMAP Library",
"keywords": ["email","imap","pop3"],
2014-05-21 11:54:40 +04:00
"homepage": "http://github.com/tedious/Fetch",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Robert Hafner",
"email": "tedivm@tedivm.com"
}
],
"require": {
2014-07-16 15:31:08 +04:00
"php": ">=5.3.0",
"ext-imap": "*"
},
"require-dev": {
2014-05-20 08:52:17 +04:00
"tedivm/dovecottesting": "1.2.3",
2014-09-25 05:45:01 +04:00
"phpunit/phpunit": "4.2.*",
"fabpot/php-cs-fixer": "0.5.*"
},
"autoload": {
"psr-0": {"Fetch": "src/"}
}
}