summaryrefslogtreecommitdiff
path: root/composer-example.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer-example.json')
-rw-r--r--composer-example.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/composer-example.json b/composer-example.json
new file mode 100644
index 00000000..6c4d37f5
--- /dev/null
+++ b/composer-example.json
@@ -0,0 +1,11 @@
+{
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "suggest": {
+ "ext-fileinfo": "*",
+ "ext-mbstring": "*",
+ "ext-wikidiff2": "*",
+ "ext-apc": "*"
+ }
+}