1 Star 0 Fork 0

Cy23/think-image

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 607 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cy23 提交于 2023-10-13 08:51 . Update composer.json
{
"name": "cy23/think-image",
"description": "The ThinkPHP8 Image Package",
"license": "Apache-2.0",
"authors": [
{
"name": "yunwuxin",
"email": "448901948@qq.com"
},
{
"name": "cy23",
"email": "cy23@vip.qq.com"
}
],
"require": {
"ext-gd": "*"
},
"require-dev": {
"topthink/framework": "^5.0",
"phpunit/phpunit": "4.8.*"
},
"config": {
"preferred-install": "dist"
},
"autoload": {
"psr-4": {
"think\\": "src"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/cy23/think-image.git
git@gitee.com:cy23/think-image.git
cy23
think-image
think-image
master

搜索帮助