Skip to content

Commit

Permalink
Merge pull request #26 from ThaDafinser/patch-2
Browse files Browse the repository at this point in the history
php7 support
  • Loading branch information
Ocramius committed Mar 24, 2015
2 parents 07f45b1 + f867d04 commit 2883b52
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 @@ -3,6 +3,7 @@ language: php
php:
- 5.5
- 5.6
- 7
- hhvm
- hhvm-nightly

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "~5.5",
"php": "~5.5|~7.0",
"zendframework/zend-servicemanager": "~2.3",
"zendframework/zend-mvc": "~2.3",
"zendframework/zend-view": "~2.3",
Expand Down

0 comments on commit 2883b52

Please sign in to comment.