Skip to content

Commit

Permalink
PHP 7 (#8)
Browse files Browse the repository at this point in the history
Allowing PHP 7 in composer and testing with travis
  • Loading branch information
rossmotley authored Dec 14, 2016
1 parent 8018fa9 commit fef4f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: php
php:
- 5.5
- 5.6
# - 7.0
- 7.0
- 7.1
# - hhvm

env: COVERAGE=0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=5.5.0,<7.0"
"php": ">=5.5.0,<8.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
Expand Down

0 comments on commit fef4f6f

Please sign in to comment.