xref: /dokuwiki/composer.json (revision 0849fa881a98d8f1231a6959d40e7eda4a8ffc06)
1{
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": ">=5.3",
9        "splitbrain/php-archive": "~1.0",
10        "easybook/geshi": "~1.0",
11        "phpseclib/phpseclib": "~2.0",
12        "paragonie/random_compat": "^2.0"
13    },
14    "suggest": {
15        "squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
16        "phpunit/phpunit": "Allows automated tests to be run without system-wide install."
17    },
18    "prefer-stable": true
19}
20