Skip to content

Commit 3849a3b

Browse files
authored
Merge pull request #13 from marcioAlmada/master
Add minimum HHVM version constraint as a platform package requirement
2 parents d2ee65c + c888309 commit 3849a3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.3.0"
18+
"php": ">=5.3.0",
19+
"hhvm": ">=3.3.0"
1920
},
2021
"require-dev": {
2122
"phpunit/phpunit": "4.1.*"

0 commit comments

Comments
 (0)