Merge pull request #3288 from dokuwiki-translate/lang_update_168_1602116105
[dokuwiki.git] / composer.json
blobd4bb214f32289e6959ff4f6da59ecb878d7d73eb
2     "name": "splitbrain/dokuwiki",
3     "description": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database",
4     "homepage": "https://www.dokuwiki.org",
5     "type": "project",
6     "license": "GPL v2",
7     "require": {
8         "php": ">=7.2",
9         "ext-json": "*",
10         "splitbrain/php-archive": "~1.0",
11         "phpseclib/phpseclib": "~2.0",
12         "paragonie/random_compat": "^2.0",
13         "simplepie/simplepie": "^1.4",
14         "geshi/geshi": "dev-master as 1.0.x-dev",
15         "openpsa/universalfeedcreator": "^1.8",
16         "aziraphale/email-address-validator": "^2",
17         "marcusschwarz/lesserphp": "^0.5.1",
18         "splitbrain/php-cli": "^1.1"
19     },
20     "config": {
21         "platform": {
22             "php": "7.2"
23         }
24     },
25     "suggest": {
26         "ext-mbstring": "The mbstring extension is highly reccomended to speed up all UTF-8 handling",
27         "ext-intl": "The intl extension allows for better locale specific sorting",
28         "squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
29         "phpunit/phpunit": "Allows automated tests to be run without system-wide install (only version 4-7 are supported)."
30     },
31     "prefer-stable": true