forked from actualys/DrupalCommerceConnectorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
51 lines (51 loc) · 1.37 KB
/
composer.json
File metadata and controls
51 lines (51 loc) · 1.37 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
42
43
44
45
46
47
48
49
50
51
{
"name": "actualys/drupal-commerce-connector-bundle",
"type": "symfony-bundle",
"description": "Akeneo PIM bundle to export to Drupal commerce platform",
"keywords": [
"pim",
"akeneo",
"ecommerce",
"e-commerce",
"drupal",
"connector",
"rest",
"drupal commerce"
],
"homepage": "http://www.actualys.com",
"license": "GPL-2.0",
"authors": [
{
"name": "Cédric Mefferte",
"email": "cedric.mefferte@gmail.com",
"homepage": "http://www.actualys.com/"
},
{
"name": "Sébastien Malot",
"email": "sebastien.malot@gmail.com",
"homepage": "http://www.actualys.com/"
}
],
"require": {
"guzzle/service": ">=3.6.0",
"akeneo/pim-community-dev": ">=1.2 <1.4 ",
"akeneo/delta-export-bundle": "v1.0.0-BETA2"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-community-dev.git"
},
{
"type": "vcs",
"url": "https://github.com/akeneo/platform.git"
}
],
"autoload": {
"psr-0": {
"Actualys\\Bundle\\DrupalCommerceConnectorBundle\\": ""
}
},
"minimum-stability": "dev",
"target-dir": "Actualys/Bundle/DrupalCommerceConnectorBundle"
}