-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
47 lines (47 loc) · 1.34 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
39
40
41
42
43
44
45
46
47
{
"name": "akeneo-labs/excel-connector-bundle",
"type": "symfony-bundle",
"description": "Akeneo PIM Excel connector bundle",
"keywords": ["pim", "akeneo", "ecommerce", "e-commerce", "excel", "connector"],
"homepage": "http://www.akeneo.com",
"license": "OSL-3.0",
"authors": [
{
"name": "Akeneo",
"homepage": "http://www.akeneo.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-community-dev.git",
"branch": "master"
}
],
"require": {
"akeneo/pim-community-dev": "1.5.*",
"phpoffice/phpexcel": "1.8.*",
"akeneo-labs/spreadsheet-parser-bundle": "1.1.*",
"doctrine/migrations": "1.0.0-alpha3@alpha"
},
"require-dev": {
"phpspec/phpspec": "@stable",
"friendsofphp/php-cs-fixer": "@stable",
"squizlabs/php_codesniffer": "2.3.*",
"phpmd/phpmd": "2.3.*",
"henrikbjorn/phpspec-code-coverage": "1.0.*"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": { "Pim\\Bundle\\ExcelConnectorBundle\\": "" }
},
"minimum-stability": "stable",
"target-dir": "Pim/Bundle/ExcelConnectorBundle",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
}
}