SuiteCRM-Core/composer.json
SAgility Dev 03101b9e99 Squashed 'public/legacy/' changes from ee41ae127f..f7552f5bda
f7552f5bda SuiteCRM 7.13.4 Release
614f2ff6c1 Fix #9601 - Fix bug where report conditions parenthesis pairs would not save correctly.
d09a78597f Fix #10033 - PHP Fatal error Uncaught TypeError PHP8
47081de512 Fix #10051 - Add some context to the remove of ACLs during module installation
cc1d098646 Fix #9654 - Fix issue with different date formats being compared for change log
18a66f059e Fix #9816 - $item is an array, no object
723eed40a1 Fix #9516 - getRelatedId returns null instad of string
4d2496aec7 Fix #10050 - Add missing language definitions for the module loader
77a55cde25 Fix #10029 - Dashlet not changing on save
75a05ea946 Fix #10035 - Monitored Folders not selectable for Basic Auth Accounts
3991e127a8 Fix #10091 - login parameter failing
f53af1ae32 Fix #10097 - AOP Config not saving
60727e0259 Fix #9937 - Resolve high memory usage when performing bulk relationship changes
706edbb853 Fix #8682 - Workflow fails with relationship condition
9bbf5a1dba Fix #9548 - Wrong decimal precision returned in a Modify Record workflow action
8023ea003f Fix #10034 - Email Listview doesn't render, so no Emails are visible.
b9c1ee1968 Improve codeception variable usage to simplify usage
ecc1a8f128 Fix #10047 - Tasks due date not saving

git-subtree-dir: public/legacy
git-subtree-split: f7552f5bdad7e99c6ae69c78923ab6592656e7a5
2023-06-30 09:51:14 +00:00

151 lines
3.8 KiB
JSON

{
"name": "salesagility/suitecrm",
"description": "SuiteCRM",
"homepage": "https://suitecrm.com",
"type": "project",
"license": "GPL-3.0",
"authors": [
{
"name": "SalesAgility Ltd"
}
],
"support": {
"issues": "https://github.com/salesagility/SuiteCRM/issues",
"wiki": "https://docs.suitecrm.com",
"forum": "https://community.suitecrm.com",
"chat": "https://gitter.im/suitecrm/Lobby",
"source": "https://github.com/salesagility/SuiteCRM"
},
"config": {
"vendor-dir": "vendor",
"platform": {
"php": "7.4.0"
},
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"wikimedia/composer-merge-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"ext-imap": "Needed for emails module"
},
"require": {
"php": ">=7.4.0",
"ext-curl": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-zip": "*",
"consolidation/robo": "^3.0",
"elasticsearch/elasticsearch": "^7.13",
"ezyang/htmlpurifier": "^4.10",
"google/apiclient": "^2.7",
"google/recaptcha": "^1.1",
"gymadarasz/ace": "^1.2",
"gymadarasz/imagesloaded": "^4.1",
"javanile/php-imap2": "^0.1.10",
"justinrainbow/json-schema": "^5.2",
"league/oauth2-client": "^2.6",
"league/oauth2-server": "^8.4",
"monolog/monolog": "^1.23",
"nesbot/carbon": "^2.0.0",
"onelogin/php-saml": "3.4.1",
"paragonie/random_compat": "^2.0",
"phpmailer/phpmailer": "^6.0",
"psr/container": "^1.0",
"psr/log": "^1.0",
"slim/slim": "^3.8",
"smarty/smarty": "^2.6",
"soundasleep/html2text": "~0.5",
"symfony/options-resolver": "^3.4",
"symfony/validator": "^3.4",
"symfony/yaml": "^5.2",
"tecnickcom/tcpdf": "^6.4",
"tedivm/jshrink": "^1.3",
"tinymce/tinymce": "^5.10",
"vlucas/phpdotenv": "^3.5",
"voku/anti-xss": "^4.0",
"wikimedia/composer-merge-plugin": "^2.0",
"zbateson/mail-mime-parser": "^2.2",
"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": {
"browserstack/browserstack-local": "^1.1",
"codeception/codeception": "^4.1",
"codeception/module-asserts": "^1.3",
"codeception/module-filesystem": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-rest": "^1.3",
"codeception/module-webdriver": "^1.2",
"fakerphp/faker": "^1.14",
"filp/whoops": "^2.3",
"flow/jsonpath": "^0.4",
"friendsofphp/php-cs-fixer": "^2.15",
"jeroendesloovere/vcard": "^1.7",
"mikey179/vfsstream": "1.6.*",
"mockery/mockery": "^1.1.0",
"phpunit/phpunit": "^9.5",
"scssphp/scssphp": "^1.5"
},
"autoload": {
"files": [
"deprecated.php"
],
"psr-4": {
"SuiteCRM\\": [
"lib/",
"include/"
],
"SuiteCRM\\Custom\\": [
"custom/lib"
],
"SuiteCRM\\Modules\\": [
"modules/"
]
},
"classmap": [
"Api/"
]
},
"autoload-dev": {
"psr-4": {
"SuiteCRM\\": [
"tests/SuiteCRM/",
"tests/unit/phpunit/lib/SuiteCRM/"
],
"SuiteCRM\\Tests\\Unit\\": [
"tests/unit/phpunit/"
]
}
},
"scripts": {
"post-install-cmd": [
"Google\\Task\\Composer::cleanup"
]
},
"extra": {
"google/apiclient-services": [
"Calendar"
],
"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
}
}
}