composer
huaweichenai
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用composer安装composer包报Your requirements could not be resolved to an installable set of packages
一:使用composer安装composer包时遇到Your requirements could not be resolved to an installable set of packages分析:这是由于doctrine/instantiator的1.1.0版本必须是PHP7.1,然而我的PHP环境是PHP7.0.12,但是我发现一个问题,我的composer.json文件内没...原创 2019-01-10 14:00:59 · 17337 阅读 · 0 评论 -
如何发布自己的composer包
前提:你需要收github和Packagist账号github地址:https://github.comPackagist地址:https://packagist.org一:将你的composer包代码上传到github上如何上传代码到github上可以参考我的:github 简单使用如果你需要可以实现composer下载,那么你的composer包中必须要有compose...原创 2019-01-11 15:35:02 · 1130 阅读 · 0 评论
分享