forked from techdivision/import
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·52 lines (52 loc) · 1.65 KB
/
Copy pathcomposer.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.65 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
52
{
"name": "techdivision/import",
"description": "A library supporting generic Magento 2 import functionality",
"license": "MIT",
"require": {
"php": ">=7.3.0",
"psr/log": "~1.0",
"psr/cache" : "~1.0",
"psr/container": "1.1.1",
"handcraftedinthealps/goodby-csv": "^1.4.0",
"monolog/monolog": "~1.0|~2.3",
"league/event": "~2.0",
"ramsey/uuid": "^3.7|^3.8|^4.1|^4.2",
"swiftmailer/swiftmailer": "5.4.*",
"laminas/laminas-filter": "~2.0",
"techdivision/import-dbal": "^1.0.0",
"techdivision/import-dbal-collection": "^1.0.0",
"techdivision/import-cache": "^1.0.0",
"techdivision/import-cache-collection": "^1.0.0",
"techdivision/import-serializer": "^1.0.0",
"techdivision/import-serializer-csv": "^1.0.0",
"techdivision/import-configuration": "^5.0.0",
"ext-json": "*",
"ext-zip": "*"
},
"require-dev": {
"doctrine/dbal": "2.5.*",
"pdepend/pdepend": "2.5.2",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0",
"sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0",
"squizlabs/php_codesniffer": "~3.4.0|~3.6.0",
"consolidation/robo": "~1.0",
"mikey179/vfsstream": "~1.0",
"symfony/http-kernel": "~2.0|~3.0|~4.0"
},
"authors": [
{
"name": "Tim Wagner",
"email": "t.wagner@techdivision.com"
}
],
"autoload": {
"psr-4": {
"TechDivision\\Import\\": [
"src/",
"symfony/",
"tests/unit/"
]
}
}
}