1 Star 0 Fork 0

TeddyPHP/teddy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
Fung Wing Kit 提交于 2022-03-25 14:56 . commit
{
"name": "fwkit/teddy",
"description": "A PHP framework based on SLIM",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Fung Wing Kit",
"email": "wengee@gmail.com"
}
],
"autoload": {
"psr-4": {
"Teddy\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"require": {
"php": ">=8.1.0",
"slim/slim": "4.8.*",
"slim/psr7": "^1.4",
"illuminate/support": "^8.57",
"vlucas/phpdotenv": "^5.3",
"symfony/yaml": "^5.3",
"monolog/monolog": "^2.3",
"league/flysystem": "^2.2",
"doctrine/dbal": "^3.1",
"nette/schema": "^1.2",
"symfony/console": "^6.0"
},
"require-dev": {
"ext-swoole": ">=4.6.0",
"swoole/ide-helper": "^4.7",
"guzzlehttp/guzzle": "^7.3",
"firebase/php-jwt": "^5.4",
"aliyuncs/oss-sdk-php": "^2.4",
"overtrue/flysystem-cos": "^4.0",
"ramsey/uuid": "^4.1",
"workerman/workerman": "^4.0",
"workerman/redis": "^1.0"
},
"suggest": {
"ext-swoole": "Allows you to use coroutine(Swoole)",
"firebase/php-jwt": "Allows you to use JWT",
"aliyuncs/oss-sdk-php": "Allows you to use Aliyun OSS",
"overtrue/flysystem-cos": "Allows you to use TencentYun COS",
"ramsey/uuid": "Allows you to use db uuid column",
"workerman/workerman": "Allows you to use workerman",
"workerman/redis": "Allows you to use task queue with workerman"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/teddyphp/teddy.git
git@gitee.com:teddyphp/teddy.git
teddyphp
teddy
teddy
master

搜索帮助