Unify composer with legacy

Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
This commit is contained in:
Dillon-Brown 2021-07-29 16:59:03 +01:00
parent 35ada7898d
commit 4180ae6381
2 changed files with 686 additions and 481 deletions

View file

@ -39,7 +39,7 @@
"league/uri": "^4.2.3",
"monolog/monolog": "^1.23",
"nesbot/carbon": "^2.4",
"onelogin/php-saml": "^3.0.0",
"onelogin/php-saml": "3.4.1",
"paragonie/random_compat": "^2.0",
"phpmailer/phpmailer": "^6.0",
"psr/container": "^1.0",
@ -67,7 +67,7 @@
"vlucas/phpdotenv": "^3.5",
"voku/anti-xss": "^4.1",
"webonyx/graphql-php": "^0.13.8",
"wikimedia/composer-merge-plugin": "^1.4",
"wikimedia/composer-merge-plugin": "^2.0",
"zbateson/mail-mime-parser": "^1.1",
"zf1/zend-gdata": "^1.12",
"zf1/zend-loader": "^1.12",
@ -78,10 +78,7 @@
"require-dev": {
"api-platform/schema-generator": "^2.2",
"codeception/aspect-mock": "^3.1",
"codeception/codeception": "4.1.4",
"codeception/module-asserts": "^1.1",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-rest": "^1.2",
"codeception/module-symfony": "^1.0",
"dama/doctrine-test-bundle": "^6.2",
"doctrine/doctrine-fixtures-bundle": "~3.2",
@ -92,11 +89,17 @@
"filp/whoops": "^2.3",
"flow/jsonpath": "^0.4",
"friendsofphp/php-cs-fixer": "^2.15",
"fzaninotto/faker": "^1.6",
"jeroendesloovere/vcard": "v1.5",
"leafo/scssphp": "^0.7.7",
"mikey179/vfsstream": "1.6.*",
"mockery/mockery": "^1.1.0"
"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": [
@ -108,9 +111,7 @@
"App\\Extension\\": "extensions/",
"SuiteCRM\\": [
"public/legacy/lib/",
"public/legacy/include/",
"public/legacy/tests/SuiteCRM/",
"public/legacy/tests/unit/phpunit/lib/SuiteCRM/"
"public/legacy/include/"
],
"SuiteCRM\\Custom\\": [
"public/legacy/custom/lib"
@ -125,7 +126,14 @@
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
"App\\Tests\\": "tests/",
"SuiteCRM\\": [
"public/legacy/tests/SuiteCRM/",
"public/legacy/tests/unit/phpunit/lib/SuiteCRM/"
],
"SuiteCRM\\Tests\\Unit\\": [
"public/legacy/tests/unit/phpunit/"
]
}
},
"scripts": {
@ -163,7 +171,10 @@
"merge-extra": false,
"merge-extra-deep": false,
"merge-scripts": false
}
},
"google/apiclient-services": [
"Calendar"
]
},
"bin": [
"bin/console"

1130
composer.lock generated

File diff suppressed because it is too large Load diff