-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
22 lines (22 loc) · 927 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
{
"name": "magefan/module-geoip",
"description": "Allows to get country code by IP",
"require": {
"magefan/module-community" : ">=2.1.23",
"geoip2/geoip2": "^2.9.0"
},
"suggest": {
"magefan/module-auto-currency-switcher": "Install GeoIP Auto Currency Switcher Extension for Magento 2 (https://magefan.com/magento-2-currency-switcher-auto-currency-by-country). Use coupon code COMPOSER-FAN to get a 10% discount on magefan.com.",
"magefan/module-auto-language-switcher": "Install GeoIP Auto Language/Store Switcher Extension for Magento 2 (https://magefan.com/magento-2-auto-language-switcher). Use coupon code COMPOSER-FAN to get a 10% discount on magefan.com."
},
"type": "magento2-module",
"version": "2.3.1",
"autoload": {
"psr-4": {
"Magefan\\GeoIp\\": ""
},
"files": [
"registration.php"
]
}
}