1 Star 0 Fork 0

clarifysky / satis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Rob Bast 提交于 2018-05-02 10:34 . add php-cs-fixer and run it
{
"name": "composer/satis",
"description": "Simple Repository Generator",
"keywords": ["package", "repository", "generator", "static", "composer"],
"homepage": "https://github.com/composer/satis",
"type": "library",
"license": "MIT",
"authors": [{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}, {
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
}],
"support": {
"issues": "https://github.com/composer/satis",
"source": "https://github.com/composer/satis",
"forum": "https://gitter.com/composer/satis",
"irc": "irc://freenode.net/composer"
},
"bin": ["bin/satis"],
"require": {
"php": "^7.0",
"composer/composer": "^1.4",
"twig/twig": "^1.7 || ^2.0",
"symfony/console": "^2.1 || ^3.0.4 || ^4.0"
},
"autoload": {
"psr-4": { "Composer\\Satis\\": "src" }
},
"require-dev": {
"phpunit/phpunit": "^6.4",
"phpunit/phpunit-mock-objects": "^4.0",
"mikey179/vfsStream": "^1.6",
"friendsofphp/php-cs-fixer": "^2.11"
},
"autoload-dev": {
"psr-4": { "Composer\\Satis\\": "tests" }
},
"config": {
"platform": {
"php": "7.0"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}
1
https://gitee.com/clarifysky/satis.git
git@gitee.com:clarifysky/satis.git
clarifysky
satis
satis
1.x

搜索帮助

53164aa7 5694891 3bd8fe86 5694891