0 Star 0 Fork 0

panninan / php_frame

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 807 Bytes
一键复制 编辑 原始数据 按行查看 历史
panninan 提交于 2021-01-16 12:27 . 添加单元测试
{
"name": "panninan/php_frame",
"description": "0-1 php frame",
"type": "project",
"autoload": {
"psr-4": {
"App\\": "app/",
"core\\": "core/"
},
"files": [
"app/helpers.php"
]
},
"authors": [
{
"name": "PanNiNan",
"email": "982397045@qq.com"
}
],
"require": {
"psr/container": "^1.0",
"ext-pdo": "*",
"ext-json": "*",
"duncan3dc/blade": "^4.10",
"topthink/think-template": "^2.0",
"psr/log": "^1.1",
"phpunit/phpunit": "^9.5"
}
,
"require-dev": {
"roave/security-advisories": "dev-master"
},
"repositories": [
{
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
},
{
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/PanNinan/php_frame.git
git@gitee.com:PanNinan/php_frame.git
PanNinan
php_frame
php_frame
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891