-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 958 Bytes
/
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
{
"name": "oro/conversation",
"description": "Oro Conversation capabilities for Oro Commerce",
"type": "symfony-bundle",
"keywords": ["Oro", "Conversation", "Chat"],
"homepage": "https://github.com/oroinc/conversation",
"license": "proprietary",
"authors": [
{
"name": "Oro, Inc",
"homepage": "https://oroinc.com/"
}
],
"autoload": {
"psr-4": {
"Oro\\Bundle\\ConversationBundle\\": "src/Oro/Bundle/ConversationBundle"
},
"exclude-from-classmap": ["/Tests/"]
},
"require": {
"oro/platform": "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"
}
}
}