Skip to content

Instantly share code, notes, and snippets.

@inish777
Created August 1, 2016 16:15
Show Gist options
  • Save inish777/e1dea91f6ecd5f0ebf57c8de866a4255 to your computer and use it in GitHub Desktop.
Save inish777/e1dea91f6ecd5f0ebf57c8de866a4255 to your computer and use it in GitHub Desktop.
root@924145f921bb:/var/www/html# php composer.phar update
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Warning: Accessing packages.userstory over http which is an insecure protocol.
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for userstory/module-admin dev-master -> satisfiable by userstory/module-admin[dev-master].
- userstory/module-admin dev-master requires userstory/component-base dev-master -> no matching package found.
Problem 2
- Installation request for userstory/module-user dev-master -> satisfiable by userstory/module-user[dev-master].
- userstory/module-user dev-master requires userstory/component-migration dev-master -> no matching package found.
Problem 3
- Installation request for userstory/module-user-profile dev-master -> satisfiable by userstory/module-user-profile[dev-master].
- userstory/module-user-profile dev-master requires userstory/component-migration dev-master -> no matching package found.
Problem 4
- Installation request for userstory/module-user-token dev-master -> satisfiable by userstory/module-user-token[dev-master].
- userstory/module-user-token dev-master requires userstory/component-migration dev-master -> no matching package found.
Problem 5
- Installation request for userstory/module-publications dev-master -> satisfiable by userstory/module-publications[dev-master].
- userstory/module-publications dev-master requires userstory/component-base dev-master -> no matching package found.
Problem 6
- Installation request for userstory/module-mailer dev-master -> satisfiable by userstory/module-mailer[dev-master].
- userstory/module-mailer dev-master requires userstory/component-base dev-master -> no matching package found.
Problem 7
- Installation request for userstory/component-log dev-master -> satisfiable by userstory/component-log[dev-master].
- userstory/component-log dev-master requires userstory/component-base dev-master -> no matching package found.
Problem 8
- Installation request for userstory/module-sms dev-master -> satisfiable by userstory/module-sms[dev-master].
- userstory/module-sms dev-master requires userstory/component-base dev-master -> no matching package found.
Problem 9
- Installation request for userstory/component-twig dev-master -> satisfiable by userstory/component-twig[dev-master].
- userstory/component-twig dev-master requires userstory/component-autoconfig dev-master -> no matching package found.
Problem 10
- yiisoft/yii2 2.0.9 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
- yiisoft/yii2 2.0.8 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> no matching package found.
- yiisoft/yii2 2.0.7 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> no matching package found.
- yiisoft/yii2 2.0.6 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
- yiisoft/yii2 2.0.5 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
- Installation request for yiisoft/yii2 >=2.0.5 -> satisfiable by yiisoft/yii2[2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9].
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://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment