Start of upgrade to PHP7 mode and PHPUnit6
Now requires HHVM 3.20.2 or later.
Showing
... | ... | @@ -5,7 +5,7 @@ |
"homepage": "https://git.simon.geek.nz/91-carriage/phpunit-hhi", | ||
"license": ["MIT"], | ||
"require": { | ||
"hhvm": ">=3.12.0" | ||
"hhvm": ">=3.20.2" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
... | ... | @@ -22,7 +22,7 @@ |
} | ||
}, | ||
"conflict": { | ||
"phpunit/phpunit": "<6.0.0" | ||
"phpunit/phpunit": "<6.2.0" | ||
}, | ||
"suggest": { | ||
"91carriage/dbunit-hhi": "HHI files for use with DbUnit" | ||
... | ... |
composer.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment