2 Star 0 Fork 0

keviswang / html-tidy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 869 Bytes
一键复制 编辑 原始数据 按行查看 历史
keviswang 提交于 2017-03-01 10:09 . init
{
"name": "keviswang/html-tidy",
"description": "A Slim Framework skeleton application for rapid development",
"keywords": ["microframework", "rest", "router", "psr7"],
"homepage": "http://github.com/slimphp/Slim-Skeleton",
"license": "MIT",
"authors": [
{
"name": "Josh Lockhart",
"email": "info@joshlockhart.com",
"homepage": "http://www.joshlockhart.com/"
}
],
"require": {
"php": ">=5.5.0",
"monolog/monolog": "^1.17",
"ezyang/htmlpurifier": "^4.8",
"slim/slim": "^3.7"
},
"require-dev": {
"phpunit/phpunit": ">=4.8 < 6.0"
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"start": "php -S 0.0.0.0:8080 -t public public/index.php",
"test": "phpunit"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/keviswang/html-tidy.git
git@gitee.com:keviswang/html-tidy.git
keviswang
html-tidy
html-tidy
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891