summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 3d77709..22ce7a3 100644
--- a/composer.json
+++ b/composer.json
@@ -15,9 +15,7 @@
}
},
"require": {
- "php": ">= 5.4"
- },
- "suggest": {
- "ext-openssl": "OpenSSL extension"
+ "php": ">= 5.4",
+ "ext-openssl": "*"
}
}