1 Star 0 Fork 3

卡布奇诺 / php-support

forked from 宇泰 / php-support 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇泰 提交于 2022-05-08 23:18 . 优化
{
"name": "xin/support",
"description": "日常开发必备基础库【字符串、集合、数值、加密、时间、文件、反射、重试、服务器、XML】",
"type": "library",
"authors": [
{
"name": "晋",
"email": "657306123@qq.com"
}
],
"license":"Apache-2.0",
"require": {
"php": ">=7.1.9",
"nesbot/carbon": "^2.0",
"ramsey/uuid": "^3.5 | ^4.0",
"doctrine/inflector": "^2.0"
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Xin\\Support\\": "src/"
}
}
}
PHP
1
https://gitee.com/aopao/php-support.git
git@gitee.com:aopao/php-support.git
aopao
php-support
php-support
master

搜索帮助