-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
38 lines (38 loc) · 1.03 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": "marellocommerce/marello-magento-bundle",
"description": "Marello package, integrates Products, Inventory and Orders with Magento",
"keywords": ["Marello", "Magento", "Product", "Integration"],
"homepage": "https://github.com/marellocommerce/marello-magento-bundle.git",
"license": "MIT",
"authors": [
{
"name": "Madia B.V.",
"homepage": "https://www.marello.com"
}
],
"autoload": {
"psr-4": {"": "src/"},
"exclude-from-classmap": ["/Tests/"]
},
"require": {
"php": ">=7.1",
"marellocommerce/marello": "1.5.*"
},
"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": "1.x-dev"
}
}
}