javascript - Composer update fails while updating the composer -
$ php composer.phar update loading composer repositories package information updating dependencies (including require-dev) requirements not resolved installable set of packages.
problem 1 - anahkiasen/rocketeer-slack dev-master requires anahkiasen/rocketeer ^2.2 -
no matching package found. - anahkiasen/rocketeer-slack dev-master requires anahkiasen/rocketeer ^2.2 - no matching package found. - installation request anahkiasen/rocketeer-slack dev-master -> satisfia ble anahkiasen/rocketeer-slack[dev-master].
potential causes: - typo in package name - package not available in stable-enough version according min imum-stability setting see https://groups.google.com/d/topic/composer-dev/_g3aseiflrc/discussion f or more details.
read https://getcomposer.org/doc/articles/troubleshooting.md further commo n problems.
i changed "anahkiasen/rocketeer-slack": "2.0.*@dev", instead of "anahkiasen/rocketeer-slack": "dev-master",
Comments
Post a Comment