Skip to content

Commit 7d8953f

Browse files
authored
Merge pull request #638 from nikow13/feat/php-85-calendar-mailparse
Add PHP 8.5 support for calendar and mailparse extensions
2 parents 560b577 + 5db215c commit 7d8953f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

layers/calendar/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"php": [
33
"82",
44
"83",
5-
"84"
5+
"84",
6+
"85"
67
]
78
}

layers/mailparse/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"php": [
33
"82",
44
"83",
5-
"84"
5+
"84",
6+
"85"
67
]
78
}

0 commit comments

Comments
 (0)