1 Star 0 Fork 0

mgzhenhong / php.asw.database

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 613 Bytes
一键复制 编辑 原始数据 按行查看 历史
mgzhenhong 提交于 2023-09-11 22:39 . first commit
{
"name": "asw/database",
"description": "asw.database",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "mgzhenhong",
"email": "mgzhenhong@xx.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=8.1",
"asw/utility": "dev-master",
"ext-pdo": "*"
},
"repositories": {
"0": {
"type": "git",
"url": "https://gitee.com/mgzhenhong/php.asw.utility.git"
}
},
"autoload": {
"psr-4": {
"ASW\\Database\\": "src/"
}
}
}
1
https://gitee.com/mgzhenhong/php.asw.database.git
git@gitee.com:mgzhenhong/php.asw.database.git
mgzhenhong
php.asw.database
php.asw.database
master

搜索帮助