Skip to content

Commit

Permalink
Mark as PHP7 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Dec 8, 2015
1 parent a5f8064 commit 89062a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -8,10 +8,6 @@ php:
- 7.0 - 7.0
- hhvm - hhvm


matrix:
allow_failures:
- php: 7.0

before_script: before_script:
- composer install - composer install


Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -7,6 +7,7 @@ Status](https://secure.travis-ci.org/willdurand/EmailReplyParser.png)](http://tr
Downloads](https://poser.pugx.org/willdurand/email-reply-parser/downloads.png)](https://packagist.org/packages/willdurand/email-reply-parser) Downloads](https://poser.pugx.org/willdurand/email-reply-parser/downloads.png)](https://packagist.org/packages/willdurand/email-reply-parser)
[![Latest Stable [![Latest Stable
Version](https://poser.pugx.org/willdurand/email-reply-parser/v/stable.png)](https://packagist.org/packages/willdurand/email-reply-parser) Version](https://poser.pugx.org/willdurand/email-reply-parser/v/stable.png)](https://packagist.org/packages/willdurand/email-reply-parser)
![PHP7 ready](https://img.shields.io/badge/PHP7-ready-green.svg)


**EmailReplyParser** is a PHP library for parsing plain text email content, **EmailReplyParser** is a PHP library for parsing plain text email content,
based on GitHub's [email_reply_parser](http://github.com/github/email_reply_parser) based on GitHub's [email_reply_parser](http://github.com/github/email_reply_parser)
Expand Down

0 comments on commit 89062a8

Please sign in to comment.