mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
182 lines
5 KiB
JSON
182 lines
5 KiB
JSON
{
|
|
"name": "salesagility/suitecrm",
|
|
"description": "SuiteCRM Application",
|
|
"homepage": "https://suitecrm.com",
|
|
"type": "project",
|
|
"license": "GPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "SalesAgility Ltd"
|
|
}
|
|
],
|
|
"config": {
|
|
"vendor-dir": "vendor",
|
|
"platform": {
|
|
"php": "7.3.0"
|
|
},
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true,
|
|
"preferred-install": {
|
|
"elasticsearch/elasticsearch": "dist"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-zip": "*",
|
|
"api-platform/api-pack": "^1.2",
|
|
"api-platform/core": "^2.6",
|
|
"elasticsearch/elasticsearch": "^5.3",
|
|
"ezyang/htmlpurifier": "^4.10",
|
|
"google/apiclient": "^2.0",
|
|
"google/recaptcha": "^1.1",
|
|
"gymadarasz/ace": "^1.2",
|
|
"gymadarasz/imagesloaded": "^4.1",
|
|
"justinrainbow/json-schema": "^5.2",
|
|
"lcobucci/jwt": "3.3.3",
|
|
"league/oauth2-server": "^5.1",
|
|
"league/uri": "^4.2.3",
|
|
"monolog/monolog": "^1.23",
|
|
"nesbot/carbon": "^2.4",
|
|
"onelogin/php-saml": "3.4.1",
|
|
"paragonie/random_compat": "^2.0",
|
|
"phpmailer/phpmailer": "^6.0",
|
|
"psr/container": "^1.0",
|
|
"psr/log": "^1.0",
|
|
"shivas/versioning-bundle": "^4.0",
|
|
"slim/slim": "^3.8",
|
|
"smarty/smarty": "^2.6",
|
|
"soundasleep/html2text": "~0.5",
|
|
"symfony/console": "5.2.*",
|
|
"symfony/dotenv": "5.2.*",
|
|
"symfony/flex": "^1.6",
|
|
"symfony/framework-bundle": "5.2.*",
|
|
"symfony/http-foundation": "5.2.*",
|
|
"symfony/monolog-bundle": "^3.5",
|
|
"symfony/options-resolver": "5.2.*",
|
|
"symfony/orm-pack": "^v2.1",
|
|
"doctrine/doctrine-migrations-bundle": "3.0.*",
|
|
"doctrine/migrations": "3.0.*",
|
|
"symfony/security-bundle": "5.2.*",
|
|
"symfony/validator": "5.2.*",
|
|
"symfony/yaml": "5.2.*",
|
|
"tedivm/jshrink": "^1.3",
|
|
"tinymce/tinymce": "^4.9.11",
|
|
"tuupola/slim-jwt-auth": "^2.0",
|
|
"vlucas/phpdotenv": "^3.5",
|
|
"voku/anti-xss": "^4.1",
|
|
"webonyx/graphql-php": "^0.13.8",
|
|
"wikimedia/composer-merge-plugin": "^2.0",
|
|
"zbateson/mail-mime-parser": "^1.1",
|
|
"zf1/zend-gdata": "^1.12",
|
|
"zf1/zend-loader": "^1.12",
|
|
"zf1/zend-oauth": "^1.12",
|
|
"zf1/zend-registry": "^1.12",
|
|
"zf1/zend-search-lucene": "^1.12"
|
|
},
|
|
"require-dev": {
|
|
"api-platform/schema-generator": "^2.2",
|
|
"codeception/aspect-mock": "^3.1",
|
|
"codeception/module-phpbrowser": "^1.0",
|
|
"codeception/module-symfony": "^1.0",
|
|
"dama/doctrine-test-bundle": "^6.2",
|
|
"doctrine/doctrine-fixtures-bundle": "~3.2",
|
|
"symfony/maker-bundle": "^1.14",
|
|
"symfony/profiler-pack": "^1.0",
|
|
"consolidation/robo": "^2.0",
|
|
"browserstack/browserstack-local": "^1.1",
|
|
"filp/whoops": "^2.3",
|
|
"flow/jsonpath": "^0.4",
|
|
"friendsofphp/php-cs-fixer": "^2.15",
|
|
"jeroendesloovere/vcard": "v1.5",
|
|
"mikey179/vfsstream": "1.6.*",
|
|
"mockery/mockery": "^1.1.0",
|
|
"phpunit/phpunit": "^9.5",
|
|
"codeception/codeception": "^4.1",
|
|
"codeception/module-asserts": "^1.3",
|
|
"codeception/module-filesystem": "^1.0",
|
|
"codeception/module-rest": "^1.3",
|
|
"codeception/module-webdriver": "^1.2",
|
|
"fakerphp/faker": "^1.14",
|
|
"scssphp/scssphp": "^1.5"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"public/legacy/deprecated.php"
|
|
],
|
|
"psr-4": {
|
|
"App\\": "core/backend/",
|
|
"App\\Module\\": "core/modules/",
|
|
"App\\Extension\\": "extensions/",
|
|
"SuiteCRM\\": [
|
|
"public/legacy/lib/",
|
|
"public/legacy/include/"
|
|
],
|
|
"SuiteCRM\\Custom\\": [
|
|
"public/legacy/custom/lib"
|
|
],
|
|
"SuiteCRM\\Modules\\": [
|
|
"public/legacy/modules/"
|
|
]
|
|
},
|
|
"classmap": [
|
|
"public/legacy/Api/"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"App\\Tests\\": "tests/",
|
|
"SuiteCRM\\": [
|
|
"public/legacy/tests/SuiteCRM/",
|
|
"public/legacy/tests/unit/phpunit/lib/SuiteCRM/"
|
|
],
|
|
"SuiteCRM\\Tests\\Unit\\": [
|
|
"public/legacy/tests/unit/phpunit/"
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"auto-scripts": {
|
|
"cache:clear": "symfony-cmd",
|
|
"cache:warmup": "symfony-cmd",
|
|
"assets:install %PUBLIC_DIR%": "symfony-cmd",
|
|
"scrm:extension-asset-install %PUBLIC_DIR%": "symfony-cmd"
|
|
},
|
|
"post-install-cmd": [
|
|
"@auto-scripts",
|
|
"rm -Rf vendor/elasticsearch/elasticsearch/tests/Elasticsearch/Tests",
|
|
"Google\\Task\\Composer::cleanup"
|
|
],
|
|
"post-update-cmd": [
|
|
"@auto-scripts"
|
|
]
|
|
},
|
|
"extra": {
|
|
"src-dir": "core/backend",
|
|
"symfony": {
|
|
"allow-contrib": false,
|
|
"require": "5.2.*"
|
|
},
|
|
"merge-plugin": {
|
|
"include": [
|
|
"public/legacy/composer.ext.json",
|
|
"composer.ext.json",
|
|
"public/legacy/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
|
|
},
|
|
"google/apiclient-services": [
|
|
"Calendar"
|
|
]
|
|
},
|
|
"bin": [
|
|
"bin/console"
|
|
]
|
|
}
|