-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
40 lines (40 loc) · 1.23 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "oro/commerce-crm",
"description": "OroCRM integration for OroCommerce",
"homepage": "https://github.com/oroinc/orocommerce-orocrm",
"license": "OSL-3.0",
"authors": [
{
"name": "Oro, Inc",
"homepage": "https://oroinc.com/"
}
],
"autoload": {
"psr-4": {
"Oro\\Bridge\\ContactUs\\": "src/Oro/Bridge/ContactUs",
"Oro\\Bridge\\CustomerAccount\\": "src/Oro/Bridge/CustomerAccount",
"Oro\\Bridge\\CustomerSales\\": "src/Oro/Bridge/CustomerSales",
"Oro\\Bridge\\QuoteSales\\": "src/Oro/Bridge/QuoteSales",
"Oro\\Bridge\\SaleActivityContact\\": "src/Oro/Bridge/SaleActivityContact",
"Oro\\Bundle\\DemoDataCommerceCRMBundle\\": "src/Oro/Bundle/DemoDataCommerceCRMBundle"
},
"exclude-from-classmap": ["/Tests/"]
},
"require": {
"oro/crm": "6.1.*",
"oro/commerce": "6.1.*"
},
"repositories": {
"oro": {
"type": "composer",
"url": "https://packagist.oroinc.com"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "6.1-dev"
}
}
}