Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 6788a34

Browse files
committed
Update PHPUnit and HHI, support assume_php=false
Updates dev requirement to HHVM 3.9 refs #153
1 parent aa5cc13 commit 6788a34

File tree

3 files changed

+209
-112
lines changed

3 files changed

+209
-112
lines changed

.hhconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
assume_php=false

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"hhvm": "~3.6"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "4.5.*",
12-
"91carriage/phpunit-hhi": "4.5.*"
11+
"phpunit/phpunit": "^5.1.0",
12+
"91carriage/phpunit-hhi": "^5.1.0"
1313
},
1414
"extra": {
1515
"branch-alias": {

0 commit comments

Comments
 (0)