polish test_quotes of css_compress
[dokuwiki.git] / composer.json
blob1d24c3175d7b338107d11f9ba0c0ca34ad3e781d
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.6",
9         "splitbrain/php-archive": "~1.0",
10         "phpseclib/phpseclib": "~2.0",
11         "paragonie/random_compat": "^2.0",
12         "simplepie/simplepie": "^1.4",
13         "geshi/geshi": "^1.0",
14         "openpsa/universalfeedcreator": "^1.8",
15         "aziraphale/email-address-validator": "^2",
16         "marcusschwarz/lesserphp": "^0.5.1",
17         "splitbrain/php-cli": "^1.1"
18     },
19     "config": {
20         "platform": {
21             "php": "5.6"
22         }
23     },
24     "suggest": {
25         "squizlabs/php_codesniffer": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
26         "phpunit/phpunit": "Allows automated tests to be run without system-wide install (only version 4-7 are supported)."
27     },
28     "prefer-stable": true