forked from WeareJH/data-import-magento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (49 loc) · 1.42 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
48
49
{
"name": "wearejh/data-import-magento",
"description": "Magento extensions for ddeboer/data-import",
"keywords": [ "data", "import", "export", "csv", "excel", "doctrine", "magento"],
"license": "MIT",
"authors": [
{
"name": "Aydin Hassan",
"email": "aydin@hotmail.co.uk"
}
],
"support": {
"issues": "https://github.com/WeareJH/data-import-magento/issues",
"source": "https://github.com/WeareJH/data-import-magento"
},
"repositories": [
{
"type": "package",
"package": {
"name": "magento/magento",
"version": "1.8",
"source": {
"url": "http://svn.magentocommerce.com/source",
"type": "svn",
"reference": "branches/1.8"
},
"psr-0": {
"": ["app/code/local", "app/code/community", "app/code/core", "lib"]
}
}
}
],
"require": {
"php": ">=5.3.0",
"ddeboer/data-import": "~0.16.1",
"aydin-hassan/xml-fuse": "0.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "1.4.*",
"satooshi/php-coveralls": "dev-master",
"magento/magento": "1.8"
},
"autoload": {
"psr-0": {
"Jh\\DataImportMagento": "src"
}
}
}