aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 040c1739ab8eccfab90c80251c969eb77bc46d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "require": {
        "pear/console_commandline": "^1.2",
        "pear/net_url2": "^2.2",
        "twig/twig": "^1.0",
        "pear/http_request2": "^2.3",
        "pear/http2": "^1.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0"
    }
}