1 Star 0 Fork 0

clarifysky / satis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
box.json 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rob Bast 提交于 2016-10-22 10:37 . simplify box.json
{
"alias": "satis.phar",
"main": "bin/satis",
"output": "satis.phar",
"stub": true,
"directories": [ "src", "views" ],
"files": [
"LICENSE",
"res/satis-schema.json"
],
"finder": [{
"name": "*.php",
"in": "vendor"
}, {
"name": "composer-schema.json",
"in": "vendor/composer/composer"
}, {
"name": "cacert.pem",
"in": "vendor/composer/ca-bundle"
}],
"compression": "GZ",
"compactors": [
"Herrera\\Box\\Compactor\\Json",
"Herrera\\Box\\Compactor\\Php"
],
"chmod": "0755",
"algorithm": "SHA1"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/clarifysky/satis.git
git@gitee.com:clarifysky/satis.git
clarifysky
satis
satis
1.x

搜索帮助