-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.28 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.28 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
{
"name": "customgento/magerun-tax-editor",
"description": "Tax Editor for Magento 1 adds a n98-magerun command to update tax rates.",
"type": "library",
"require": {
"n98/magerun": "^2.3||^3.0",
"php": "~7.2||~7.3||~7.4||~8.1||~8.2||~8.3||~8.4"
},
"authors": [
{
"name": "Team CustomGento",
"email": "support@customgento.com"
}
],
"license": [
"OSL-3.0"
],
"extra": {
"magento-root-dir": "magento"
},
"require-dev": {
"aydin-hassan/magento-core-composer-installer": "^2.0",
"firegento/magento": "1.9.4.5"
},
"repositories": [
{
"type": "package",
"package": {
"name": "firegento/magento",
"version": "1.9.4.5",
"type": "magento-core",
"source": {
"url": "https://github.com/mage-one-com/magento-1",
"type": "git",
"reference": "5bf57f3c797c4eecf1f647a940e9aa1d1fec61d7"
}
}
}
],
"config": {
"allow-plugins": {
"aydin-hassan/magento-core-composer-installer": true
},
"audit": {
"block-insecure": false
}
}
}