mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
83 lines
2.2 KiB
JSON
Executable file
83 lines
2.2 KiB
JSON
Executable file
{
|
|
"name": "salesagility/suitecrm",
|
|
"description": "SuiteCRM Application",
|
|
"homepage": "https://suitecrm.com",
|
|
"type": "project",
|
|
"config": {
|
|
"vendor-dir": "vendor",
|
|
"platform": {
|
|
"php": "7.2.0"
|
|
},
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"api-platform/api-pack": "^1.2",
|
|
"bshaffer/oauth2-server-httpfoundation-bridge": "^1.4",
|
|
"bshaffer/oauth2-server-php": "^1.11.1",
|
|
"composer/installers": "~1.0",
|
|
"doctrine/cache": "^1.8",
|
|
"doctrine/dbal": "^2.9",
|
|
"doctrine/orm": "2.6.*",
|
|
"lexik/jwt-authentication-bundle": "^2.6",
|
|
"monolog/monolog": "^1.23",
|
|
"phpdocumentor/type-resolver": "^0.4.0",
|
|
"pimple/pimple": "^3.2",
|
|
"psr/log": "^1.1",
|
|
"symfony/cache": "^4.4",
|
|
"symfony/config": "^4.2",
|
|
"symfony/console": "^4.4",
|
|
"symfony/dependency-injection": "^4.4",
|
|
"symfony/dotenv": "^4.4",
|
|
"symfony/error-handler": "^4.4",
|
|
"symfony/filesystem": "^4.4",
|
|
"symfony/finder": "^4.4",
|
|
"symfony/flex": "^1.6",
|
|
"symfony/framework-bundle": "^4.4",
|
|
"symfony/http-foundation": "^4.2",
|
|
"symfony/http-kernel": "^4.4",
|
|
"symfony/monolog-bundle": "^3.5",
|
|
"symfony/routing": "4.4.x-dev",
|
|
"symfony/yaml": "^4.2",
|
|
"thecodingmachine/graphqlite": "^3.1",
|
|
"webonyx/graphql-php": "^0.13.8"
|
|
},
|
|
"require-dev": {
|
|
"dama/doctrine-test-bundle": "^5.0",
|
|
"doctrine/doctrine-fixtures-bundle": "~3.2",
|
|
"phploc/phploc": "^4.0.1",
|
|
"phpmetrics/phpmetrics": "^2.4.1",
|
|
"phpunit/phpunit": "^7.3",
|
|
"roave/security-advisories": "dev-master",
|
|
"symfony/maker-bundle": "^1.14"
|
|
},
|
|
"conflict": {
|
|
"symfony/symfony": "*"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "SalesAgility Ltd"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SuiteCRM\\Core\\Base\\": "core/base/",
|
|
"SuiteCRM\\Core\\Modules\\": "core/modules/",
|
|
"SuiteCRM\\Core\\Legacy\\": "core/legacy/",
|
|
"App\\Command\\": "core/base/src/Command/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"extra": {
|
|
"src-dir": "core/base/src"
|
|
},
|
|
"scripts": {
|
|
"auto-scripts": {
|
|
"cache:clear": "symfony-cmd",
|
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
|
}
|
|
}
|
|
}
|