aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/composer.json
blob: e4a3aaa91f2c999e023a07936bd1c845d8ba5bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/openbaypro/opencart-test-suite.git"
        }
    ],
    "require": {
        "openbaypro/opencart-test-suite": "dev-master"
    }
}