-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
45 lines (45 loc) · 1.19 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
{
"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",
"php": "~7.2||~7.3||~7.4||~8.1"
},
"authors": [
{
"name": "Team CustomGento",
"email": "[email protected]"
}
],
"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
}
}
}