-
Notifications
You must be signed in to change notification settings - Fork 0
/
laravel.json
96 lines (96 loc) · 2.09 KB
/
laravel.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"project": "laravel",
"homepage": "https://laravel.com",
"end-of-life": [
{
"version": "6",
"notes": "https://laravel.com/docs/6.x/releases",
"released": "2020-09-03",
"long-term-support": true,
"bug-fixes-until": "2022-01-25",
"security-fixes-until": "2022-09-06",
"running-on": [
{
"project": "php",
"versions": [
"7.2",
"7.3",
"7.4",
"8.0"
]
}
]
},
{
"version": "7",
"notes": "https://laravel.com/docs/7.x/releases",
"released": "2020-03-03",
"long-term-support": false,
"bug-fixes-until": "2020-10-06",
"security-fixes-until": "2021-03-03",
"running-on": [
{
"project": "php",
"versions": [
"7.2",
"7.3",
"7.4",
"8.0"
]
}
]
},
{
"version": "8",
"notes": "https://laravel.com/docs/8.x/releases",
"released": "2020-09-08",
"long-term-support": false,
"bug-fixes-until": "2022-07-26",
"security-fixes-until": "2023-01-24",
"running-on": [
{
"project": "php",
"versions": [
"7.3",
"7.4",
"8.0",
"8.1"
]
}
]
},
{
"version": "9",
"notes": "https://laravel.com/docs/9.x/releases",
"released": "2022-02-08",
"long-term-support": false,
"bug-fixes-until": "2023-08-08",
"security-fixes-until": "2024-02-08",
"running-on": [
{
"project": "php",
"versions": [
"8.0",
"8.1"
]
}
]
},
{
"version": "10",
"notes": "https://laravel.com/docs/10.x/releases",
"released": "2023-02-07",
"long-term-support": false,
"bug-fixes-until": "2024-08-07",
"security-fixes-until": "2025-02-07",
"running-on": [
{
"project": "php",
"versions": [
"8.1"
]
}
]
}
]
}