summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index c2c24e6..957fa34 100644
--- a/composer.json
+++ b/composer.json
@@ -12,9 +12,10 @@
],
"minimum-stability": "stable",
"require": {
- "simplepie/simplepie": "1.3.1",
"php": ">= 5.4",
- "mustangostang/spyc": "0.5.1"
+ "hhvm": "^3.0",
+ "mustangostang/spyc": "0.5.1",
+ "simplepie/simplepie": "1.3.1"
},
"require-dev": {
"guzzlehttp/guzzle": "5.*",
@@ -31,5 +32,8 @@
"app/lib/lib.opml.php",
"app/lib/Cache.php"
]
+ },
+ "conflict": {
+ "hhvm": "*"
}
}