forked from OpenMage/magento-lts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1022 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
37
38
39
40
41
42
43
44
{
"name": "openmage/magento-lts",
"description": "A fork of Magento-1 that is accepting bug fixes (backward compatible, drop in replacement for official Magento)",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"type": "magento-source",
"require": {
"php": ">=7.0 <7.5 || >=8.0 <8.1",
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0"
},
"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"
}
],
"extra": {
"branch-alias": {
"dev-main": "1.9.4.x-dev"
}
}
}