update v1.0.4

This commit is contained in:
sujitprasad
2016-01-04 18:05:45 +05:30
parent 372485336b
commit 4864e5a3f1
529 changed files with 20956 additions and 8178 deletions

View File

@@ -17,11 +17,12 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"ext-imap": "*"
},
"autoload": {
"psr-0": {
"PhpImap": "src/"
"psr-4": {
"PhpImap\\": "src/PhpImap/"
}
},
"minimum-stability": "stable"