【发布时间】:2016-03-23 19:21:48
【问题描述】:
我正在尝试通过 Composer 安装 Laravel 5 Extended Generators,使用以下命令:composer require laracasts/generators --dev。
我收到此错误消息:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package way/generators dev-feature/laravel-5-stable could not be found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setti ng
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.
Installation failed, reverting ./composer.json to its original content.
我使用的 Laravel 版本是 5.2。这可能是什么问题?
【问题讨论】:
标签: php laravel laravel-5 composer-php