xref: /dokuwiki/composer.json (revision 653c4606bcba60f12ebca0e443e9c232ec77da6f)
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        "simplepie/simplepie": "^1.4"
14    },
15    "suggest": {
16        "squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
17        "phpunit/phpunit": "Allows automated tests to be run without system-wide install."
18    },
19    "prefer-stable": true
20}
21