Skip to content

Commit

Permalink
[TASK] Mark as compatible with PHP 7.2.x
Browse files Browse the repository at this point in the history
Also add PHP 7.2 to the Travis build matrix.

Fixes #580
  • Loading branch information
Chris Deeming authored and oliverklee committed May 17, 2018
1 parent a1db453 commit 24de2b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ matrix:
env: CODE_SNIFFER=yes
- php: 7.1
env: CODE_SNIFFER=yes
- php: 7.2
env: CODE_SNIFFER=yes
- php: hhvm
env: CODE_SNIFFER=yes

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,<=7.1.99"
"php": ">=5.4.0,<=7.2.99"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.6.0",
Expand Down

0 comments on commit 24de2b3

Please sign in to comment.