clivern-imap/composer.json
2017-08-08 13:03:22 +02:00

32 lines
699 B
JSON

{
"name": "clivern/imap",
"type": "library",
"description": "Access Mailbox Using PHP IMAP",
"keywords": ["clivern", "imap"],
"license": "MIT",
"type": "project",
"homepage": "https://github.com/clivern/imap",
"authors": [
{
"name": "Clivern",
"email": "hello@clivern.com",
"homepage": "http://clivern.com"
}
],
"require": {
"php": ">=5.6.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
},
"autoload": {
"psr-4": {
"Clivern\\Imap\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Clivern\\Imap\\": "tests"
}
}
}