FuelPHPのcomposer updateでエラーが発生したので解決メモ。
1 2 |
$ php composer.phar self-update $ php composer.phar update ← ここでエラー |
エラーの詳細
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[Composer\DependencyResolver\SolverProblemsException] Problem 1 - sebastian/exporter 1.2.x-dev requires sebastian/recursion-context ~1. 0 -> no matching package found. - phpunit/phpunit 4.6.x-dev requires sebastian/exporter ~1.2 -> satisfi able by sebastian/exporter[1.2.x-dev]. - Installation request for phpunit/phpunit 4.6.* -> satisfiable by phpu nit/phpunit[4.6.x-dev]. Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to you r minimum-stability setting see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for mor e details. Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems. |