Skip to content

Commit cbce2b8

Browse files
authored
mark hhvm as a conflict in hhvm due to outstanding yield keyword issue/ incompat with guzzle 6 coroutines (#34)
1 parent 7ee2887 commit cbce2b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"phpunit/phpunit": "^5.7",
2525
"mockery/mockery": "~0.9.9"
2626
},
27+
"conflict": {
28+
"hhvm": "*"
29+
},
2730
"autoload": {
2831
"psr-4": {
2932
"Markup\\Contentful\\Tests\\": "tests/",

0 commit comments

Comments
 (0)