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