-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 745 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 745 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
{
"name": "magento2translations/language_es_es",
"description": "European Spanish (español de España) Magento2 Language Pack (es_ES) - From Magento2Translations",
"homepage": "http://magento2translations.github.io/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin van Elst",
"homepage": "https://github.com/MrGekko"
},
{
"name": "Magento official translations project for Magento 2",
"homepage": "https://crowdin.com/project/magento-2"
}
],
"require": {
"magento/framework": "~100.0"
},
"type": "magento2-language",
"autoload": {
"files": [
"registration.php"
]
}
}