xref: /dokuwiki/_test/composer.json (revision acdf738a61532360131323876e96f504db0a2b0a)
1*acdf738aSAndreas Gohr{
2*acdf738aSAndreas Gohr    "require": {
3*acdf738aSAndreas Gohr        "php": ">=7.2",
4*acdf738aSAndreas Gohr        "scotteh/php-dom-wrapper": "^2.0"
5*acdf738aSAndreas Gohr    },
6*acdf738aSAndreas Gohr    "config": {
7*acdf738aSAndreas Gohr        "platform": {
8*acdf738aSAndreas Gohr            "php": "7.2"
9*acdf738aSAndreas Gohr        }
10*acdf738aSAndreas Gohr    },
11*acdf738aSAndreas Gohr    "prefer-stable": true
12*acdf738aSAndreas Gohr}
13