Skip to content

Commit

Permalink
Merge branch '1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson committed Jul 25, 2018
2 parents 9e6d2f9 + cbb5587 commit c6b62fa
Show file tree
Hide file tree
Showing 123 changed files with 9,587 additions and 6,231 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# zbateson/mail-mime-parser

Standalone, testable and PSR-compliant mail mime parser alternative to PHP's imap* functions and Pear libraries for reading messages in _Internet Message Format_ ([RFC 5322](http://tools.ietf.org/html/rfc5322), [RFC 2822](http://tools.ietf.org/html/rfc2822) and [RFC 822](http://tools.ietf.org/html/rfc822)).
Standalone, testable and PSR-compliant mail mime parser alternative to PHP's imap* functions and Pear libraries for reading messages in _Internet Message Format_ [RFC 822](http://tools.ietf.org/html/rfc822) (and later revisions [RFC 2822](http://tools.ietf.org/html/rfc2822), [RFC 5322](http://tools.ietf.org/html/rfc5322)).

[![Build Status](https://travis-ci.org/zbateson/MailMimeParser.svg?branch=master)](https://travis-ci.org/zbateson/MailMimeParser) [![Code Coverage](https://scrutinizer-ci.com/g/zbateson/MailMimeParser/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/zbateson/MailMimeParser/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/zbateson/MailMimeParser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/zbateson/MailMimeParser/?branch=master)
[![Total Downloads](https://poser.pugx.org/zbateson/mail-mime-parser/downloads)](https://packagist.org/packages/zbateson/mail-mime-parser)
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
],
"require": {
"php": ">=5.4",
"ext-mbstring": "*"
"ext-mbstring": "*",
"guzzlehttp/psr7": "^1.0.0",
"zbateson/stream-decorators": "^0.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5.0",
"phing/phing": "~2.15.0",
"evert/phpdoc-md": "~0.1.1",
"phpdocumentor/phpdocumentor": "~2.8.0"
"phpdocumentor/phpdocumentor": "~2.8.0",
"mikey179/vfsStream": "~1.6.0"
},
"autoload": {
"psr-4": {"ZBateson\\MailMimeParser\\": "src/"}
Expand Down
Loading

0 comments on commit c6b62fa

Please sign in to comment.