Hello,
I am new to Behat, I went to
http://lestbddphp.wordpress.com/ , and
followed the method from 'May 7, Enjoy ‘MinkExtension’ for Behat' to
do the installation.
All steps were successful until 'php composer.phar install'. The error
message was:
'1) sudo php composer.phar install
Password:
Installing dependencies from lock file
Your lock file is out of sync with your composer.json, run
"composer.phar update" to update dependencies
Nothing to install or update
Generating autoload files
2) sudo php composer.phar update
Updating dependencies
Your requirements could not be solved to an installable set of packages.
Problem 1
- behat/mink-goutte-driver v1.0.0 requires fabpot/goutte 1.0.* ->
no matching package found.
- behat/mink-goutte-driver v1.0.3 requires fabpot/goutte @dev ->
no matching package found.
- behat/mink-goutte-driver v1.0.2 requires fabpot/goutte 1.0.*@dev
-> no matching package found.
- behat/mink-goutte-driver v1.0.1 requires fabpot/goutte 1.0.x-dev
-> no matching package found.
- Installation request for behat/mink-goutte-driver * ->
satisfiable by behat/mink-goutte-driver v1.0.1,
behat/mink-goutte-driver v1.0.2, behat/mink-goutte-driver v1.0.3,
behat/mink-goutte-driver v1.0.0.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according
to your minimum-stability setting
see
https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion
for more details.
'
composer.json showed this:
{
"require": {
"behat/behat": "2.4@stable",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*"
},
"config": {
"bin-dir": "bin"
}
}
This (behat/mink-goutte-driver": "*") may be not correct in the
file. Please help.
Thanks in advance!
Tom