aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..e2ca2c9
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,15 @@
+{
+ "minimum-stability": "dev",
+ "prefer-stable": true,
+ "require": {
+ "simplehtmldom/simplehtmldom": "^2.0@RC",
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-iconv": "*"
+ },
+ "config": {
+ "platform": {
+ "php": "7.1"
+ }
+ }
+}