-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 868 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 868 Bytes
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
{
"name": "shipstream/magento2-shipstream-sync",
"license": "OSL-3.0",
"type": "magento2-module",
"homepage": "https://github.com/ShipStream/magento2-shipstream-sync",
"description": "Magento 2 companion module to ShipStream Magento 2 plugin",
"keywords": [
"composer-installer",
"magento",
"Magento 2",
"ShipStream",
"WMS"
],
"authors": [
{
"name": "ShipStream",
"email": "help@shipstream.io"
}
],
"require": {
"php": ">=7.4.0",
"ext-json": "*",
"ext-pcre": "*"
},
"require-dev": {
"phpstan/phpstan": "*",
"bitexpert/phpstan-magento": "*"
},
"autoload": {
"psr-4": {
"ShipStream\\Sync\\": ""
},
"files": [
"registration.php"
]
}
}