forked from arvatis/PlentyConnectorEnhancements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 776 Bytes
/
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
{
"name": "arvatis/plentyconnectorenhancements",
"license": "MIT",
"type": "shopware-plugin",
"description": "plentymarkets Shopware connector enhancements by arvatis",
"keywords": [
"plenty",
"shopware",
"connector"
],
"minimum-stability": "dev",
"prefer-stable" : true,
"require-dev": {
"phpunit/phpunit": "~5.6",
"plentymarkets/shopware-connector": "^2.0"
},
"homepage": "https://github.com/arvatis/plentyconnectorenhancements",
"autoload": {
"psr-4": {
"ArvPlentyConnectorEnhancements\\": ""
}
},
"extra": {
"installer-name": "ArvPlentyConnectorEnhancements"
},
"scripts": {
"test": "phpunit -c tests/ --colors=always"
}
}