Skip to content

Commit

Permalink
Merge pull request #342 from jjriv/task/php-7.1
Browse files Browse the repository at this point in the history
[TASK] Add support for PHP 7.1
  • Loading branch information
oliverklee authored Sep 18, 2016
2 parents fd6aff7 + 660e3f6 commit df46701
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ matrix:
env: CODE_SNIFFER=yes
- php: 7.0
env: CODE_SNIFFER=yes
- php: 7.1
env: CODE_SNIFFER=yes
- php: hhvm
env: CODE_SNIFFER=yes

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 1.1.0 (unreleased)

### Added
- Add support for PHP 7.1
([#342](https://github.com/jjriv/emogrifier/pull/342))
- Support the attr|=value selector
([#337](https://github.com/jjriv/emogrifier/pull/337))
- Support the attr*=value selector
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": ">=5.4.0"
"php": ">=5.4.0,<=7.1.99"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.6.0",
Expand Down

0 comments on commit df46701

Please # to comment.