Composer installation is failing: -
````bash
Your requirements could not be resolved to an installable set of packages.
Problem 1
- craftcms/cms 3.0.0-beta.13 requires bower-asset/timepicker 1.11.10.0 -> no matching package found.
- craftcms/cms 3.0.0-beta.12 requires bower-asset/timepicker 1.11.10.0 -> no matching package found.
- craftcms/cms 3.0.0-beta.11 requires bower-asset/timepicker 1.11.10.0 -> no matching package found.
- craftcms/cms 3.0.0-beta.10 requires bower-asset/timepicker 1.11.10.0 -> no matching package found.
- Installation request for craftcms/cms ^3.0.0-beta.10 -> satisfiable by craftcms/cms[3.0.0-beta.10, 3.0.0-beta.11, 3.0.0-beta.12, 3.0.0-beta.13].
````
composer create-project craftcms/craft craft -s betaFixed for the next beta release. For now, you can install Craft manually to avoid this:
craftcms/cms version requirement to "dev-develop as 3.0.0-beta.99"cd to the project root, and run composer install.@brandonkelly You must download the zip of this repo, not _craftcms/cms_ 馃槃
@MDXDave Doh! Thanks :)
Beta 14 was just released with a fix.
Epic; thanks for the heads up.