Skip to content

Commit 233bcce

Browse files
authored
Remove HHVM from required packages
Otherwise the library couldn't be installed using composer require` if HHVM isn't present. Related issues: #13, #11
1 parent e57f73f commit 233bcce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)