Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amqp 组件无法 composer 安装 #1376

Open
FirstStarter opened this issue Sep 23, 2020 · 2 comments
Open

amqp 组件无法 composer 安装 #1376

FirstStarter opened this issue Sep 23, 2020 · 2 comments
Assignees

Comments

@FirstStarter
Copy link

执行:
composer require swoft/amqp

报错:

Could not find a matching version of package swoft/amqp. Check the package spelling, your version constraint and that the package is available in a stability
which matches your minimum-stability (stable).

https://packagist.org/ 官网检索 amqp 也查询不到,是不是因为官方没有同步到packagist 导致无法通过composer安装?

@inhere
Copy link
Member

inhere commented Sep 23, 2020

这几天找时间发一下,你可以先这样配置:

{
	"repositories": {
		"swoft-amqp": {
			"type": "git",
      		"url": "https://github.com/swoft-cloud/swoft-amqp.git"
		}
	}
}

@inhere inhere self-assigned this Sep 23, 2020
@FirstStarter
Copy link
Author

这几天找时间发一下,你可以先这样配置:

{
	"repositories": {
		"swoft-amqp": {
			"type": "git",
      		"url": "https://github.com/swoft-cloud/swoft-amqp.git"
		}
	}
}

谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants