Closed Kofriv closed 10 years ago
Reading through your log, it looks like you don't have GIT installed on your machine, or, you don't have the executable added to the PATH environment variable.
'git' is not recognized as an internal or external command, operable program or batch file.
I've not got a windows machine available to me, but installing it looks pretty easy:
This isn't a Webception issue yet - so I'm closing this issue for now. If you have any further issues, please re-open it.
I'm experiencing the same issue. Git is installed.
server:~/sites> php composer.phar create-project jayhealey/webception --stability=dev
Installing jayhealey/webception (dev-master b0a6115cf9fb9a0328407f5fa76dd0ef0435edd2)
- Installing jayhealey/webception (dev-master master)
Cloning master
Created project in /local/www/users/iverdo01/sites/webception
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for facebook/webdriver v0.3 -> satisfiable by facebook/webdriver[v0.3].
- facebook/webdriver v0.3 requires php >=5.3.19 -> no matching package found.
Problem 2
- facebook/webdriver v0.3 requires php >=5.3.19 -> no matching package found.
- codeception/codeception 1.8.1 requires facebook/webdriver ~0.3 -> satisfiable by facebook/webdriver[v0.3].
- Installation request for codeception/codeception 1.8.1 -> satisfiable by codeception/codeception[1.8.1].
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.
Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
I've seen Webception is updated on Codeception website and I've tried to install Webception on my Win7 with Xampp but I got following error while installing:
I've tried to update Codeception & Composer to the latest version and then install Webception again, but this problem still not be solved.
Please help to give me some advise. Thanks,
Khoa Nguyen