MOON
Server: Apache
System: Linux res.emeff.ca 3.10.0-962.3.2.lve1.5.24.10.el7.x86_64 #1 SMP Wed Mar 20 07:36:02 EDT 2019 x86_64
User: accemeff (1004)
PHP: 7.0.33
Disabled: NONE
Upload Files
File: /home/accemeff/www/acc/dev/tests/functional/composer.json
{
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/magento/mtf.git"
        },
        {
            "type": "vcs",
            "url": "https://github.com/giorgiosironi/phpunit-selenium.git"
        }
    ],
    "require": {
        "magento/mtf": "1.0.0-rc41",
        "php": ">=5.4.0",
        "phpunit/phpunit": "4.1.0",
        "phpunit/phpunit-selenium": ">=1.2",
        "netwing/selenium-server-standalone": ">=2.35"
    },
    "autoload": {
        "psr-4": {
            "Magento\\": ["lib/Magento/", "vendor/magento/mtf/Magento/", "testsuites/Magento/"],
            "Mage\\": ["generated/Mage/", "tests/app/Mage/"],
            "Test\\": "generated/Test/"
        }
    }
}