Composer / could not be resolved to an installable set of packages / jquery
These are the steps I have taken so far to create a new 12.3 installation:
- Create new folder for source
- Move to new folder
- Get tiki source
- svn checkout https://svn.code.sf.net/p/tikiwiki/code/branches/12.x .
- Get composer
- curl -sS https://getcomposer.org/installer | php
- Set permissions
- find -type d -exec chmod 777 {} \;
- find -type f -exec chmod 644 {} \;
- php-cli temp/composer.phar self-update
- php-cli temp/composer.phar update
results of update
Loading composer repositories with package information Updating dependencies (including require-dev) ~~#F00:Your requirements could not be resolved to an installable set of packages.~~ Problem 1 - The requested package jquery/jquery-s5 could not be found in any version, there may be a typo in the package name. Problem 2 - The requested package jquery/jquery-sheet could not be found in any version, there may be a typo in the package name. 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.
What are jquery/jquery-s5 and jquery/jquery-sheet?
What are the consequences of not having these?
How to resolve?
Thanks,
Greg