I was able to get further in the process by the following.
Open "C:\xampp\htdocs\OpenCATS\composer.json" and change the 2nd line
from: "name": "openCATS/openCATS",
to: "name": "opencats/opencats",
But I'm now seeing the following output.
C:\xampp\htdocs\OpenCATS>composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
Package operations: 51 installs, 0 updates, 0 removals
- Downloading behat/gherkin (v4.4.4)
- Downloading symfony/filesystem (v3.0.9)
- Downloading symfony/config (v2.8.11)
- Downloading symfony/css-selector (v3.1.4)
- Downloading behat/mink (v1.7.1)
- Downloading symfony/yaml (v2.8.11)
- Downloading symfony/polyfill-mbstring (v1.2.0)
- Downloading symfony/translation (v2.8.11)
- Downloading symfony/event-dispatcher (v2.8.11)
- Downloading symfony/dependency-injection (v2.8.11)
- Downloading symfony/console (v2.8.11)
- Downloading symfony/polyfill-apcu (v1.2.0)
- Downloading symfony/class-loader (v2.8.11)
- Downloading behat/transliterator (v1.1.0)
- Downloading behat/behat (v3.0.15)
- Downloading symfony/dom-crawler (v3.1.4)
- Downloading symfony/browser-kit (v3.1.4)
- Downloading psr/http-message (1.0.1)
- Downloading guzzlehttp/psr7 (1.3.1)
- Downloading guzzlehttp/promises (1.2.0)
- Downloading guzzlehttp/guzzle (6.2.1)
- Downloading fabpot/goutte (v3.1.2)
- Downloading behat/mink-browserkit-driver (v1.3.2)
- Downloading behat/mink-goutte-driver (v1.2.1)
- Downloading instaclick/php-webdriver (1.4.3)
- Downloading behat/mink-selenium2-driver (v1.3.1)
- Downloading webmozart/assert (1.1.0)
- Downloading phpdocumentor/reflection-common (1.0)
- Downloading phpdocumentor/type-resolver (0.2)
- Downloading phpdocumentor/reflection-docblock (3.1.1)
- Downloading phpunit/php-token-stream (1.4.8)
- Downloading sebastian/version (2.0.0)
- Downloading sebastian/resource-operations (1.0.0)
- Downloading sebastian/recursion-context (1.0.2)
- Downloading sebastian/object-enumerator (1.0.0)
- Downloading sebastian/global-state (1.1.1)
- Downloading sebastian/exporter (1.2.2)
- Downloading sebastian/environment (1.3.8)
- Downloading sebastian/diff (1.4.1)
- Downloading sebastian/comparator (1.2.0)
- Downloading phpunit/php-text-template (1.2.1)
- Downloading doctrine/instantiator (1.0.5)
- Downloading phpunit/phpunit-mock-objects (3.2.7)
- Downloading phpunit/php-timer (1.0.8)
- Downloading phpunit/php-file-iterator (1.4.1)
- Downloading sebastian/code-unit-reverse-lookup (1.0.0)
- Downloading phpunit/php-code-coverage (4.0.1)
- Downloading phpspec/prophecy (v1.6.1)
- Downloading myclabs/deep-copy (1.5.4)
- Downloading phpunit/phpunit (5.4.8)
0/50 [>---------------------------] 0%
1/50 [>---------------------------] 2%
2/50 [=>--------------------------] 4%
3/50 [=>--------------------------] 6%
4/50 [==>-------------------------] 8%
5/50 [==>-------------------------] 10%
6/50 [===>------------------------] 12%
7/50 [===>------------------------] 14%
8/50 [====>-----------------------] 16%
9/50 [=====>----------------------] 18%
10/50 [=====>----------------------] 20%
11/50 [======>---------------------] 22%
12/50 [======>---------------------] 24%
13/50 [=======>--------------------] 26%
14/50 [=======>--------------------] 28%
15/50 [========>-------------------] 30%
16/50 [========>-------------------] 32%
17/50 [=========>------------------] 34%
18/50 [==========>-----------------] 36%
19/50 [==========>-----------------] 38%
20/50 [===========>----------------] 40%
21/50 [===========>----------------] 42%
22/50 [============>---------------] 44%
23/50 [============>---------------] 46%
24/50 [=============>--------------] 48%
25/50 [==============>-------------] 50%
26/50 [==============>-------------] 52%
28/50 [===============>------------] 56%
29/50 [================>-----------] 57%
30/50 [================>-----------] 60%
31/50 [=================>----------] 62%
33/50 [==================>---------] 66%
34/50 [===================>--------] 68%
36/50 [====================>-------] 72%
37/50 [====================>-------] 74%
38/50 [=====================>------] 76%
39/50 [=====================>------] 78%
40/50 [======================>-----] 80%
41/50 [======================>-----] 82%
42/50 [=======================>----] 84%
43/50 [========================>---] 86%
44/50 [========================>---] 88%
45/50 [=========================>--] 90%
46/50 [=========================>--] 92%
47/50 [==========================>-] 94%
48/50 [==========================>-] 96%
49/50 [===========================>] 98%
50/50 [============================] 100% - Installing behat/gherkin (v4.4.4): Extracting archive
- Installing symfony/filesystem (v3.0.9): Extracting archive
- Installing symfony/config (v2.8.11): Extracting archive
- Installing symfony/css-selector (v3.1.4): Extracting archive
- Installing behat/mink (v1.7.1): Extracting archive
- Installing symfony/yaml (v2.8.11): Extracting archive
- Installing symfony/polyfill-mbstring (v1.2.0): Extracting archive
- Installing symfony/translation (v2.8.11): Extracting archive
- Installing symfony/event-dispatcher (v2.8.11): Extracting archive
- Installing symfony/dependency-injection (v2.8.11): Extracting archive
- Installing symfony/console (v2.8.11): Extracting archive
- Installing symfony/polyfill-apcu (v1.2.0): Extracting archive
- Installing symfony/class-loader (v2.8.11): Extracting archive
- Installing behat/transliterator (v1.1.0): Extracting archive
- Installing behat/behat (v3.0.15): Extracting archive
- Installing behat/mink-extension (dev-master 694c9ee): Cloning 694c9ee490
Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private repos
Head to
https://github.com/settings/tokens/new? ... 01-13+1600
to retrieve a token. It will be stored in "C:/Users/xkasee.powers/AppData/Roaming/Composer/auth.json" for future use by Composer.
Token (hidden):
No token given, aborting.
You can also add it manually later by using "composer config --global --auth github-oauth.github.com <token>"
Install of behat/mink-extension failed
- Installing symfony/dom-crawler (v3.1.4): Extracting archive
- Installing symfony/browser-kit (v3.1.4): Extracting archive
- Installing psr/http-message (1.0.1): Extracting archive
- Installing guzzlehttp/psr7 (1.3.1): Extracting archive
- Installing guzzlehttp/promises (1.2.0): Extracting archive
- Installing guzzlehttp/guzzle (6.2.1): Extracting archive
- Installing fabpot/goutte (v3.1.2): Extracting archive
- Installing behat/mink-browserkit-driver (v1.3.2): Extracting archive
- Installing behat/mink-goutte-driver (v1.2.1): Extracting archive
- Installing instaclick/php-webdriver (1.4.3): Extracting archive
- Installing behat/mink-selenium2-driver (v1.3.1): Extracting archive
- Installing webmozart/assert (1.1.0): Extracting archive
- Installing phpdocumentor/reflection-common (1.0): Extracting archive
- Installing phpdocumentor/type-resolver (0.2): Extracting archive
- Installing phpdocumentor/reflection-docblock (3.1.1): Extracting archive
- Installing phpunit/php-token-stream (1.4.8): Extracting archive
- Installing sebastian/version (2.0.0): Extracting archive
- Installing sebastian/resource-operations (1.0.0): Extracting archive
- Installing sebastian/recursion-context (1.0.2): Extracting archive
- Installing sebastian/object-enumerator (1.0.0): Extracting archive
- Installing sebastian/global-state (1.1.1): Extracting archive
- Installing sebastian/exporter (1.2.2): Extracting archive
- Installing sebastian/environment (1.3.8): Extracting archive
- Installing sebastian/diff (1.4.1): Extracting archive
- Installing sebastian/comparator (1.2.0): Extracting archive
- Installing phpunit/php-text-template (1.2.1): Extracting archive
- Installing doctrine/instantiator (1.0.5): Extracting archive
- Installing phpunit/phpunit-mock-objects (3.2.7): Extracting archive
- Installing phpunit/php-timer (1.0.8): Extracting archive
- Installing phpunit/php-file-iterator (1.4.1): Extracting archive
- Installing sebastian/code-unit-reverse-lookup (1.0.0): Extracting archive
- Installing phpunit/php-code-coverage (4.0.1): Extracting archive
- Installing phpspec/prophecy (v1.6.1): Extracting archive
- Installing myclabs/deep-copy (1.5.4): Extracting archive
- Installing phpunit/phpunit (5.4.8): Extracting archive
0 [>---------------------------] 0 [>---------------------------]
[RuntimeException]
Failed to clone
https://github.com/Behat/MinkExtension.git, git was not found, check that it is installed and in yo
ur PATH env.
'git' is not recognized as an internal or external command,
operable program or batch file.
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-scripts] [--no-progress] [--no-install] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [<packages>]...
C:\xampp\htdocs\OpenCATS>