Composer: suggest does not take version, but description
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Sun, 5 Jan 2014 12:47:47 +0000 (12:47 +0000)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Sat, 11 Jan 2014 11:12:33 +0000 (11:12 +0000)
Change-Id: I06b4fc1b23ac35dda1ab69769d773c8ab8d9aaf1

composer-example.json

index 6c4d37f..cf63678 100644 (file)
@@ -3,9 +3,9 @@
                "php": ">=5.3.2"
        },
        "suggest": {
-               "ext-fileinfo": "*",
-               "ext-mbstring": "*",
-               "ext-wikidiff2": "*",
-               "ext-apc": "*"
+               "ext-fileinfo": "More accurate file type detection for uploaded files",
+               "ext-mbstring": "Faster unicode handling",
+               "ext-wikidiff2": "Faster diff generation",
+               "ext-apc": "Speed up MediaWiki with opcode caching (before PHP 5.5)"
        }
 }