16 Star 28 Fork 9

泷涯 / Yesf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 657 Bytes
一键复制 编辑 原始数据 按行查看 历史
泷涯 提交于 2019-04-21 12:58 . Update composer.json
{
"name": "sylingd/yesf-framework",
"description": "Yesf framework",
"keywords": [
"framework"
],
"license": "Apache-2.0",
"type": "library",
"bin": [
"bin/yesf"
],
"require": {
"php": ">=7.1.0",
"ext-mbstring": "*",
"psr/log": "^1.1",
"psr/container": "^1.0",
"psr/simple-cache": "^1.0",
"latitude/latitude": "^3.3",
"tholu/php-cidr-match": "^0.2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
"Yesf\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"YesfTest\\": "tests/Cases/",
"YesfApp\\": "tests/TestApp/"
}
},
"scripts": {
"test": "php tests/run.php -c phpunit.xml"
}
}
PHP
1
https://gitee.com/sy/Yesf.git
git@gitee.com:sy/Yesf.git
sy
Yesf
Yesf
master

搜索帮助