When I run bin/behat
I get this error.
PHP Fatal error: Class 'Symfony\Component\Console\Application' not found in /vendor/behat/behat/src/Behat/Behat/Console/BehatApplication.php on line 31
My composer.json file contains this:
{
"require": {
"drupal/drupal-extension": "",
"behat/behat": "2.4.@stable",
"behat/mink": "1.4@stable",
"behat/mink-goutte-driver": "",
"behat/mink-selenium-driver": "",
"behat/mink-selenium2-driver": "",
"behat/mink-sahi-driver": "",
"behat/mink-zombie-driver": "",
"behat/mink-extension": ""
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin/"
}
}
And for some reason symfony/CssSelector is failing to clone:
[RuntimeException]
Failed to clone via git, https and http protocols, aborting.
git://github.com/symfony/CssSelector.git
fatal: No such remote 'composer'https://github.com/symfony/CssSelector.git
fatal: No such remote 'composer'http://github.com/symfony/CssSelector.git
fatal: No such remote 'composer'