We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,能将这个包放到https://packagist.org/吗
The text was updated successfully, but these errors were encountered:
这样既可以用:composer require ganlvtech/php-enphp-decoder:^1.4安装了
Sorry, something went wrong.
我其实不希望这个包被广泛使用,等待那些有缘人自己来探索这些边缘地带。
不过我可以提供一个解决方法,Composer 支持直接从 git 仓库拉取代码,如果你的电脑已经安装了 git 命令行的话。
手动在 require 中加入 ganlvtech/php-enphp-decoder:^1.4,然后再额外添加一个 repositories 作为代码源就行啦。
ganlvtech/php-enphp-decoder:^1.4
{ "repositories": [ { "type": "git", "url": "https://github.com/ganlvtech/php-enphp-decoder.git" } ], "require": { "ganlvtech/php-enphp-decoder": "^1.4" } }
注意,不要让你的 vendor 目录可以直接通过 web 服务访问到,因为 bin public tests 目录都是有可执行的代码的,只有 src 是功能代码,不能直接被执行。
vendor
bin
public
tests
如果你仍然觉得麻烦,可以自己上传一份到自己的 packagist 用户名下。
三克油
No branches or pull requests
你好,能将这个包放到https://packagist.org/吗
The text was updated successfully, but these errors were encountered: