1 Star 0 Fork 0

会微笑的糖果/php

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
会微笑的糖果 提交于 2024-05-09 12:04 +08:00 . ~更新依赖
{
"name": "icy2003/php",
"description": "icy2003's php library",
"type": "library",
"keywords": [
"php",
"api",
"tool"
],
"minimum-stability": "dev",
"license": "BSD-3-Clause",
"authors": [
{
"name": "icy2003",
"email": "2317216477@qq.com",
"homepage": "https://www.icy2003.com"
}
],
"require": {
"php": ">=5.4",
"guzzlehttp/guzzle": "*"
},
"support": {
"email": "2317216477@qq.com",
"issues": "https://github.com/icy2003/php/issues",
"wiki": "https://github.com/icy2003/php/wiki"
},
"suggest": {
"codeception/codeception": "安装 ~3.0 以测试",
"phpdocumentor/phpdocumentor": "安装 2.9.x-dev 以生成文档",
"symfony/process": "如果安装了 `codeception/codeception ~3.0`,可以不用这个,否则建议安装 2.8.x-dev",
"zetacomponents/mail": "该库可以解析邮件协议。icy2003/php 针对其 ~1.8 进行了部分问题的修复。"
},
"autoload": {
"psr-4": {
"icy2003\\php\\": "src/"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/t1h0/php.git
git@gitee.com:t1h0/php.git
t1h0
php
php
v1

搜索帮助