Running "composer update" on a Silverstripe SS3.1 installation in Windows 8 returns the following:
C:\wamp\www\example>composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Writing lock file
Generating autoload files
[RuntimeException]
Could not scan for classes inside "framework//tests/behat/features/bootstra
p" which does not appear to be a file nor a folder
update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock]
[--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--with-
dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [packages1] ... [
packagesN]
Does anyone know what I can do to fix this?