Skip to content

Commit

Permalink
Merge pull request #13 from marcioAlmada/master
Browse files Browse the repository at this point in the history
Add minimum HHVM version constraint as a platform package requirement
  • Loading branch information
shabbyrobe committed Mar 21, 2017
2 parents d2ee65c + c888309 commit 3849a3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"hhvm": ">=3.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.1.*"
Expand Down

0 comments on commit 3849a3b

Please sign in to comment.