xref: /dokuwiki/_test/composer.json (revision 97170572056576a98e79a44065d9e37be2e5d356)
1acdf738aSAndreas Gohr{
2acdf738aSAndreas Gohr    "require": {
3acdf738aSAndreas Gohr        "php": ">=7.2",
4acdf738aSAndreas Gohr        "scotteh/php-dom-wrapper": "^2.0"
5acdf738aSAndreas Gohr    },
6acdf738aSAndreas Gohr    "config": {
7acdf738aSAndreas Gohr        "platform": {
8acdf738aSAndreas Gohr            "php": "7.2"
9acdf738aSAndreas Gohr        }
10acdf738aSAndreas Gohr    },
11*97170572SAndreas Gohr    "prefer-stable": true,
12*97170572SAndreas Gohr    "require-dev": {
13*97170572SAndreas Gohr        "rector/rector": "^0.18.3",
14*97170572SAndreas Gohr        "squizlabs/php_codesniffer": "^3.7",
15*97170572SAndreas Gohr        "phpunit/phpunit": "^8.5"
16*97170572SAndreas Gohr    }
17acdf738aSAndreas Gohr}
18