🤖: laravel, linuxmint
laravel:
- Item root['releases']['9'] ({'name': '9', 'support': '2023-08-08', 'eol': '2024-02-06', 'supportedPhpVersions': '8.0 - 8.2'}) added to dictionary.
- Item root['releases']['10'] ({'name': '10', 'support': '2024-08-06', 'eol': '2025-02-04', 'supportedPhpVersions': '8.1 - 8.3'}) added to dictionary.
linuxmint:
- Item root['releases'] ({'21.3': {'name': '21.3', 'eol': '2027-04-30'}, '21.2': {'name': '21.2', 'eol': '2027-04-30'}, '21.1': {'name': '21.1', 'eol': '2027-04-30'}, '21': {'name': '21', 'eol': '2027-04-30'}, '20.3': {'name': '20.3', 'eol': '2025-04-30'}, '20.2': {'name': '20.2', 'eol': '2025-04-30'}, '20.1': {'name': '20.1', 'eol': '2025-04-30'}, '20': {'name': '20', 'eol': '2025-04-30'}}) added to dictionary.
- Item root['versions'] ({}) added to dictionary.
This commit is contained in:
committed by
Marc Wrobel
parent
725ed07ab1
commit
b375907026
@@ -1,5 +1,18 @@
|
||||
{
|
||||
"releases": {},
|
||||
"releases": {
|
||||
"9": {
|
||||
"name": "9",
|
||||
"support": "2023-08-08",
|
||||
"eol": "2024-02-06",
|
||||
"supportedPhpVersions": "8.0 - 8.2"
|
||||
},
|
||||
"10": {
|
||||
"name": "10",
|
||||
"support": "2024-08-06",
|
||||
"eol": "2025-02-04",
|
||||
"supportedPhpVersions": "8.1 - 8.3"
|
||||
}
|
||||
},
|
||||
"versions": {
|
||||
"10.46.0": {
|
||||
"name": "10.46.0",
|
||||
|
||||
Reference in New Issue
Block a user