{ "require-dev": { "phpunit/phpunit": "*", "friendsofphp/php-cs-fixer": "^2.0" }, "require": { "facebook/webdriver": "dev-master", "se/selenium-server-standalone": "~2", "guzzlehttp/guzzle": "^6.2", "symfony/console": "^3.2", "symfony/process": "^3.2" }, "autoload": { "psr-4": { "Sikofitt\\":"src/Sikofitt" } }, "scripts": { "tests": "vendor/bin/phpunit", "download":"php bin/console tor:download" } }