Skip to content

Commit 6b2b507

Browse files
authored
Merge pull request #20 from maltsev/patch-1
Remove HHVM from required packages
2 parents e57f73f + 233bcce commit 6b2b507

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.3.0",
18-
"hhvm": ">=3.3.0"
17+
"php": ">=5.3.0"
1918
},
2019
"require-dev": {
2120
"phpunit/phpunit": "4.1.*"

0 commit comments

Comments
 (0)