-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1.14 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
{
"name": "oro/resource-library-bundle",
"description": "Customization example, which includes the content variant types, layouts, templates and sample data for the Resource Library section of a generic eCommerce website",
"type": "symfony-bundle",
"keywords": ["Resource", "Library"],
"homepage": "https://github.com/oroinc/resource-library-bundle",
"license": "OSL-3.0",
"authors": [
{
"name": "Oro, Inc",
"homepage": "http://www.oroinc.com"
}
],
"autoload": {
"psr-4": {"Oro\\Bundle\\ResourceLibraryBundle\\": "src/Oro/Bundle/ResourceLibraryBundle"},
"exclude-from-classmap": ["/Tests/"]
},
"require": {
"oro/commerce": "4.1.*"
},
"repositories": {
"oro": {
"type": "composer",
"url": "https://packagist.orocrm.com"
},
"asset-packagist": {
"type": "composer",
"url": "https://asset-packagist.orocrm.com"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
}
}