1 Star 0 Fork 0

inkeil/interface

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
inkeil 提交于 2024-03-31 17:22 . update
{
"name": "inkeil/interface",
"description": "interface of project",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "sepia",
"email": "38694102@qq.com"
}
],
"require": {
"php": ">=8.2",
"ext-json": "*",
"temporal/sdk": "^2.7"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^7.5 || ^8.5.19 || ^9.5.8",
"mockery/mockery": "~1.3.3 || ^1.4.2",
"brainmaestro/composer-git-hooks": "^2.8",
"jetbrains/phpstorm-attributes": "^1.0"
},
"autoload": {
"psr-4": {
"Inkeil\\Interface\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Inkeil\\Interface\\Tests\\": "tests/"
}
},
"minimum-stability": "stable"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sepia/adminpanel-interface.git
git@gitee.com:sepia/adminpanel-interface.git
sepia
adminpanel-interface
interface
master

搜索帮助