1 Star 0 Fork 0

Vijay / property_analysis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vijay 提交于 2021-12-05 14:53 . 属性分析数组时加入map的可能性
{
"name": "dreamcat/property_analysis",
"description": "类的属性分析",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "vijay",
"email": "solitudesword@qq.com"
}
],
"require": {
"php": ">=8",
"dreamcat/utils": "~2"
},
"require-dev": {
"phpunit/phpunit": "~9"
},
"autoload": {
"psr-4": {
"Dreamcat\\PropertyAnalysis\\": "src/main"
}
},
"autoload-dev": {
"psr-4": {
"DreamCat\\PropertyAnalysis\\": "src/test/"
}
}
}
PHP
1
https://gitee.com/vijay_0215/property_analysis.git
git@gitee.com:vijay_0215/property_analysis.git
vijay_0215
property_analysis
property_analysis
master

搜索帮助