1 Star 0 Fork 0

laoha0201/comments

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 929 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mario Bašić 提交于 2021-03-15 15:52 . Adds PHP 8 support.
{
"name": "laravelista/comments",
"description": "Comments for Laravel.",
"keywords": ["laravel", "comments"],
"license": "MIT",
"authors": [
{
"name": "Mario Bašić",
"email": "mario@laravelista.hr",
"homepage": "https://laravelista.hr"
}
],
"require": {
"php": "^7.4|^8.0",
"erusev/parsedown": "^1.7",
"illuminate/database": "^8.0",
"illuminate/http": "^8.0",
"illuminate/pagination": "^8.0",
"illuminate/routing": "^8.0",
"illuminate/queue": "^8.0",
"illuminate/support": "^8.0",
"spatie/laravel-honeypot": "^3.0"
},
"autoload": {
"psr-4": {
"Laravelista\\Comments\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Laravelista\\Comments\\ServiceProvider"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/laoha0201/comments.git
git@gitee.com:laoha0201/comments.git
laoha0201
comments
comments
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385