1 Star 0 Fork 171

杜子课堂/EduSoho

forked from EduSoho/EduSoho 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 2.08 KB
一键复制 编辑 原始数据 按行查看 历史
jimmylu 提交于 2014-11-20 10:44 . Changed to plugin
{
"autoload" : {
"psr-0" : {
"" : [
"src/",
"plugins/"
]
}
},
"config" : {
"bin-dir" : "bin"
},
"description" : "Edusoho",
"extra" : {
"branch-alias" : {
"dev-master" : "2.3-dev"
},
"incenteev-parameters" : {
"file" : "app/config/parameters.yml"
},
"symfony-app-dir" : "app",
"symfony-assets-install" : "relative",
"symfony-web-dir" : "web"
},
"folders" : [{
"path" : "/home/jimmy/edusoho/edusoho"
}
],
"minimum-stability" : "dev",
"name" : "topxia/edusoho",
"prefer-stable" : true,
"require" : {
"doctrine/doctrine-bundle" : "1.2.*",
"doctrine/doctrine-migrations-bundle" : "2.1.*@dev",
"doctrine/migrations" : "dev-master",
"doctrine/orm" : "v2.3.6",
"endroid/qrcode" : "1.2.4",
"ezyang/htmlpurifier" : "v4.5.0",
"imagine/imagine" : "v0.5.0",
"incenteev/composer-parameter-handler" : "~2.0",
"php" : ">=5.3.3",
"phpoffice/phpexcel" : "1.8.0",
"sensio/distribution-bundle" : "2.3.*",
"sensio/framework-extra-bundle" : "2.3.*",
"sensio/generator-bundle" : "2.3.*",
"symfony/assetic-bundle" : "2.3.*",
"symfony/monolog-bundle" : "2.3.*",
"symfony/swiftmailer-bundle" : "2.3.*",
"symfony/symfony" : "v2.3.18",
"twig/extensions" : "1.0.*"
},
"scripts" : {
"post-install-cmd" : [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
],
"post-update-cmd" : [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
]
},
"type" : "project"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/null_026_8798/EduSoho.git
git@gitee.com:null_026_8798/EduSoho.git
null_026_8798
EduSoho
EduSoho
master

搜索帮助