xref: /dokuwiki/composer.json (revision 9b78f7ea925025c3ca5a9a2f410609d87b36fa34)
1605f8e8dSAndreas Gohr{
2f2161a33Sgmponos    "name": "splitbrain/dokuwiki",
3f2161a33Sgmponos    "description": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database",
4f2161a33Sgmponos    "homepage": "https://www.dokuwiki.org",
5f2161a33Sgmponos    "type": "project",
6f2161a33Sgmponos    "license": "GPL v2",
7605f8e8dSAndreas Gohr    "require": {
83476bb81SAndreas Gohr        "php": ">=5.6",
941d51802SAndreas Gohr        "splitbrain/php-archive": "~1.0",
10114248c7SAndreas Gohr        "phpseclib/phpseclib": "~2.0",
1159b616ccSAndreas Gohr        "paragonie/random_compat": "^2.0",
1251c79594SAndreas Gohr        "simplepie/simplepie": "^1.4",
13572dd708SAndreas Gohr        "geshi/geshi": "^1.0",
143d4e3335SAndreas Gohr        "openpsa/universalfeedcreator": "^1.8",
150ed9c2e2SAndreas Gohr        "aziraphale/email-address-validator": "^2",
160ed9c2e2SAndreas Gohr        "marcusschwarz/lesserphp": "^0.5.1"
17f2161a33Sgmponos    },
18*9b78f7eaSAndreas Gohr    "config": {
19*9b78f7eaSAndreas Gohr        "platform": {
20*9b78f7eaSAndreas Gohr            "php": "5.6"
21*9b78f7eaSAndreas Gohr        }
22*9b78f7eaSAndreas Gohr    },
23f2161a33Sgmponos    "suggest": {
24f2161a33Sgmponos        "squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
25f2161a33Sgmponos        "phpunit/phpunit": "Allows automated tests to be run without system-wide install."
26f2161a33Sgmponos    },
27f2161a33Sgmponos    "prefer-stable": true
28605f8e8dSAndreas Gohr}
29