找不到稳定性稳定的包拉拉维尔
当尝试使用PHP 7在Ubuntu 16.04上创建项目时,我收到以下错误:
找不到稳定性稳定的包拉拉维尔
解决方案是什么?
当尝试使用PHP 7在Ubuntu 16.04上创建项目时,我收到以下错误:
找不到稳定性稳定的包拉拉维尔
解决方案是什么?
你有一个错别字,使用这个
composer create-project --prefer-dist laravel/laravel test
它不是,而是.laravel-laravel
laravel/laravel
将供应商/包名称与作曲家一起使用。
# composer info -a laravel/laravel
name : laravel/laravel
descrip. : The Laravel Framework.
keywords : framework, laravel
versions : dev-master, v5.2.31, v5.2.29, v5.2.27, v5.2.24, v5.2.23, v5.2.15, v5.2.0, 5.1.x-dev, v5.1.33, v5.1.11, v5.1.4, v5.1.3, v5.1.1, v5.1.0, 5.0.x-dev, v5.0.22, v5.0.16, v5.0.1, v5.0.0, v4.2.11, v4.2.0, v4.1.27, v4.1.18, v4.1.0, v4.0.9, v4.0.8, v4.0.7, v4.0.6, v4.0.5, v4.0.4, v4.0.0, v4.0.0-BETA4, v4.0.0-BETA3, dev-develop
type : project
license : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
source : [git] https://github.com/laravel/laravel.git 47d7e2d490c969a91d8aaad735bf36b5dba53bfa
dist : [zip] https://api.github.com/repos/laravel/laravel/zipball/47d7e2d490c969a91d8aaad735bf36b5dba53bfa 47d7e2d490c969a91d8aaad735bf36b5dba53bfa
names : laravel/laravel
autoload
classmap
database
psr-4
App\ => app/
requires
php >=5.5.9
laravel/framework 5.2.*
requires (dev)
phpunit/phpunit ~4.0
fzaninotto/faker ~1.4
mockery/mockery 0.9.*
symfony/css-selector 2.8.*|3.0.*
symfony/dom-crawler 2.8.*|3.0.*