1 Star 0 Fork 0

Jory/enums

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thai Nguyen Hung 提交于 2024-01-13 04:02 . Comparable enum (#20)
{
"name": "archtechx/enums",
"description": "Helpers for making PHP enums more lovable.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Samuel Štancl",
"email": "samuel@archte.ch"
}
],
"autoload": {
"psr-4": {
"ArchTech\\Enums\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ArchTech\\Enums\\Tests\\": "tests/"
}
},
"require": {
"php": "^8.1"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"larastan/larastan": "^2.4",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jory/enums.git
git@gitee.com:jory/enums.git
jory
enums
enums
master

搜索帮助