2 Star 45 Fork 32

牧羊人/RXThinkCMF_Laravel8_AntdVue

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 898 Bytes
一键复制 编辑 原始数据 按行查看 历史
牧羊人 提交于 2022-04-21 16:48 +08:00 . 版本重构
{
"name": "tijsverkoyen/css-to-inline-styles",
"type": "library",
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"require": {
"php": "^5.5 || ^7.0 || ^8.0",
"ext-dom": "*",
"ext-libxml": "*",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
},
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/rxthinkcmf/RXThinkCMF_Laravel8_AntdVue.git
git@gitee.com:rxthinkcmf/RXThinkCMF_Laravel8_AntdVue.git
rxthinkcmf
RXThinkCMF_Laravel8_AntdVue
RXThinkCMF_Laravel8_AntdVue
master

搜索帮助