1 Star 0 Fork 21

鲜虾鱼板面2014/SuiteCRM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "salesagility/suitecrm",
"description": "SuiteCRM",
"homepage": "https://suitecrm.com",
"type": "project",
"license": "GPL-3.0",
"authors": [],
"minimum-stability": "dev",
"support": {
"issues": "https://github.com/salesagility/SuiteCRM/issues",
"wiki": "https://docs.suitecrm.com",
"forum": "https://suitecrm.com/suitecrm/forum",
"chat": "https://gitter.im/suitecrm/Lobby",
"source": "https://github.com/salesagility/SuiteCRM"
},
"config": {
"vendor-dir": "vendor",
"platform": {
"php": "5.6.0"
},
"optimize-autoloader": true,
"sort-packages": true,
"preferred-install": {
"elasticsearch/elasticsearch": "dist"
}
},
"require": {
"php": ">=5.6.0",
"ext-curl": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-zip": "*",
"consolidation/robo": "^1.4",
"elasticsearch/elasticsearch": "^5.3",
"ezyang/htmlpurifier": "^4.10",
"google/apiclient": "^2.0",
"google/recaptcha": "^1.1",
"justinrainbow/json-schema": "^5.2",
"league/oauth2-server": "^5.1",
"league/uri": "^4.2.3",
"monolog/monolog": "^1.23",
"nesbot/carbon": "^1.31",
"onelogin/php-saml": "^3.0.0",
"phpmailer/phpmailer": "^6.0",
"paragonie/random_compat": "^2.0",
"psr/log": "^1.0",
"slim/slim": "^3.8",
"soundasleep/html2text": "~0.5",
"symfony/options-resolver": "^3.4",
"symfony/validator": "^3.4",
"symfony/yaml": "^3.4",
"tuupola/slim-jwt-auth": "^2.0",
"wikimedia/composer-merge-plugin": "^1.4"
},
"require-dev": {
"browserstack/browserstack-local": "^1.1",
"codeception/codeception": "^2.0",
"filp/whoops": "^2.3",
"flow/jsonpath": "^0.4",
"fzaninotto/faker": "^1.6",
"jeroendesloovere/vcard": "v1.5",
"leafo/scssphp": "^0.7.7",
"mikey179/vfsstream": "1.6.*",
"mockery/mockery": "^1.1.0",
"roave/security-advisories": "dev-master"
},
"scripts": {
"post-install-cmd": [
"rm -R -f vendor/elasticsearch/elasticsearch/tests/Elasticsearch/Tests"
]
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"SuiteCRM\\": [
"lib/",
"include/",
"tests/SuiteCRM/",
"tests/unit/phpunit/lib/SuiteCRM/"
],
"SuiteCRM\\Custom\\": [
"custom/lib"
],
"SuiteCRM\\Modules\\": [
"modules/"
]
},
"classmap": [
"Api/"
]
},
"extra": {
"merge-plugin": {
"include": [
"composer.ext.json",
"custom/Extension/application/Ext/Composer/*/*.json"
],
"recurse": true,
"replace": false,
"ignore-duplicates": false,
"merge-dev": true,
"merge-extra": false,
"merge-extra-deep": false,
"merge-scripts": false
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yubanmian/SuiteCRM.git
git@gitee.com:yubanmian/SuiteCRM.git
yubanmian
SuiteCRM
SuiteCRM
master

搜索帮助