geocoder-php / geocoder-php/Geocoder
Should have a "minimum-stability" description at documentation?
还没有人认领这个 Issue。
- 主要语言
- PHP
- 星标
- 4k
- 派生
- 525
- 平均合并
- 8 分钟
- 30 天内合并 PR
- 1
描述
So, In my very first install, my project has a "minimum-stability : stable" instruction into composer.json. It hurts the installation process of some (or all) dependencies, so I could not fix that changing to "dev" instead of "stable" and installing puli/composer-plugin, so I don't know what is the best approach here. Could anyone describe the necessary minimum-stability to use the Geocoder package and additional providers?
Bellow, it is my current composer.json dependencies:
{
"name": "marcos/itcm-google-maps-interceptor-for-csv-importer",
"type": "project",
"require": {
"geocoder-php/google-maps-provider": "^4.4",
"php-http/guzzle6-adapter": "^2.0",
"vlucas/phpdotenv": "^4.1"
},
"minimum-stability": "dev",
"require-dev": {
"symfony/var-dumper": "^5.0"
}
}
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 issue 中的 composer.json 示例开始,检查 geocoder-php/google-maps-provider、php-http/guzzle6-adapter 以及 Geocoder providers 的稳定性要求。确认正常安装所需的最低稳定性,然后为用户记录相关指导以及相关的 provider 配置。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- php
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100