selenium-tor/composer.json

23 lines
505 B
JSON
Raw Permalink Normal View History

2016-12-19 13:48:55 -08:00
{
"require-dev": {
"phpunit/phpunit": "*",
2016-12-20 14:32:00 -08:00
"friendsofphp/php-cs-fixer": "^2.0"
2016-12-19 13:48:55 -08:00
},
"require": {
2016-12-20 14:32:00 -08:00
"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"
2016-12-19 13:48:55 -08:00
}
2016-12-20 14:32:00 -08:00
},
"scripts": {
"tests": "vendor/bin/phpunit",
"download":"php bin/console tor:download"
}
2016-12-19 13:48:55 -08:00
}