Skip to content

Commit

Permalink
Add php 7.2 support (#6)
Browse files Browse the repository at this point in the history
Add php 7.2 support
  • Loading branch information
snapshotpl authored Dec 27, 2017
1 parent e82bb0b commit f402525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

env:
- DEPS=lowest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require-dev": {
"psr/http-message": "^1.0",
"phpunit/phpunit": "^5.6 || ^6.0",
"phpunit/phpunit": "^5.7.25 || ^6.0",
"zendframework/zend-http": "^2.4",
"zendframework/zend-eventmanager": "^2.4 || ^3.0",
"zendframework/zend-mvc": "^2.4 || ^3.0",
Expand Down

0 comments on commit f402525

Please sign in to comment.