-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.34 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.34 KB
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
41
{
"name": "monsieurbiz/mbiz_metapackage",
"description": "Metapackage of Magento modules which are required on every Magento project",
"type": "metapackage",
"license": "GPL-3.0",
"authors": [
{
"name": "Jacques Bodin-Hullin",
"email": "j.bodinhullin@monsieurbiz.com"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.firegento.com"
},
{
"type": "composer",
"url": "https://packages.monsieurbiz.com"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "^3.0",
"inchoo/php7": "^1.0",
"jacquesbh/jbh_cartmerge": "^0.1",
"jacquesbh/jbh_connectas": "^0.1",
"jacquesbh/jbh_homepage": "^0.1",
"monsieurbiz/mbiz_ajax": "^0.1",
"monsieurbiz/mbiz_bodyclass": "^0.1",
"monsieurbiz/mbiz_catalog": "^0.1",
"monsieurbiz/mbiz_cms": "^0.1",
"monsieurbiz/mbiz_customerbreadcrumbs": "^0.1",
"monsieurbiz/mbiz_customernavigation": "^0.1",
"monsieurbiz/mbiz_errorpages": "^0.1",
"monsieurbiz/mbiz_imagecrop": "^0.1",
"monsieurbiz/mbiz_menu": "^0.1",
"monsieurbiz/mbiz_price": "^0.1",
"monsieurbiz/mbiz_robotstxt": "^0.1",
"monsieurbiz/mbiz_setup": "^0.1"
}
}