Localisation updates from https://translatewiki.net.
[mediawiki.git] / tests / phpunit / data / composer / composer.json
blobf4c2691334dbd54d6fba85dd33cf27031ca25763
2         "name": "example/test",
3         "license": "0BSD",
4         "require": {
5                 "leafo/lessphp": "0.5.0",
6                 "php": ">=5.3.3",
7                 "psr/log": "1.0.0",
8                 "cssjanus/cssjanus": "1.1.1",
9                 "cdb/cdb": "1.0.0"
10         },
11         "require-dev": {
12                 "phpunit/phpunit": "*"
13         },
14         "suggest": {
15                 "ext-mbstring": "*",
16                 "ext-apc": "*"
17         }