Introduce WebRequest::getProtocol()
[lhc/web/wiklou.git] / composer-example.json
1 {
2 "require": {
3 "php": ">=5.3.2"
4 },
5 "suggest": {
6 "ext-fileinfo": "*",
7 "ext-mbstring": "*",
8 "ext-wikidiff2": "*",
9 "ext-apc": "*"
10 }
11 }