forked from OpenMage/magento-lts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 898 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "openmage/magento-lts",
"license": "OSL-3.0",
"type": "magento-source",
"require": {
"php": ">=7.0 <7.5",
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1"
},
"description": " A fork of Magento-1 that is accepting bug fixes (backward compatible, drop in replacement for official Magento)",
"authors": [
{
"name": "Lee Saferite",
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "Daniel Fahlke aka Flyingmana",
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "David Robinson",
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "Tymoteusz Motylewski",
"role": "Maintainer"
},
{
"name": "Sven Reichel",
"email": "[email protected]",
"role": "Maintainer"
}
]
}