-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·50 lines (50 loc) · 1.09 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
50
{
"name": "nethuns/module-sameday",
"description": "Sameday Courier (Romania) integration for Magento 2",
"config": {
"sort-packages": true
},
"require": {
"php": "~7.1.3||~7.2.0",
"lib-libxml": "*",
"magento/framework": "102.0.*",
"magento/module-backend": "101.0.*",
"magento/module-config": "101.1.*",
"magento/module-directory": "100.3.*",
"magento/module-quote": "101.1.*",
"magento/module-sales": "102.0.*",
"magento/module-shipping": "100.3.*",
"magento/module-store": "101.0.*"
},
"suggest": {
"magento/module-checkout": "100.3.*"
},
"type": "magento2-module",
"authors": [
{
"name": "Samuel Coman",
"email": "[email protected]",
"homepage": "https://www.samicoman.com/",
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/samicoman/nethuns_sameday_m2"
}
],
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Nethuns\\Sameday\\": ""
}
},
"version": "1.0.1"
}