From d095d4c09525ad12216049f3b336c916284356f0 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Tue, 25 Nov 2025 14:26:08 -0500 Subject: [PATCH] Added blog post and announcement for php 8.5 Signed-off-by: Eric Richer eric.richer@vistoconsulting.com --- blog/2025-11-24-php85.md | 18 ++++++++++++++++++ docusaurus.config.js | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 blog/2025-11-24-php85.md diff --git a/blog/2025-11-24-php85.md b/blog/2025-11-24-php85.md new file mode 100644 index 0000000..5e663c1 --- /dev/null +++ b/blog/2025-11-24-php85.md @@ -0,0 +1,18 @@ +--- +slug: PHP-8-5 +title: LM-Commons now supports PHP 8.5 +authors: [ericr] +tags: [lm-commons, php-8.5, upgrade] +--- +PHP 8.5 support has been added to the following packages. + +PHP 8.1 support has been dropped for same packages. + + +- LmcUser V3 +- LmcRbac V2 +- LmcRbacMvc V4 +- LmcCors V1 +- LmcAdmin V2 + +Future LMC packages will support PHP 8.2 and up. diff --git a/docusaurus.config.js b/docusaurus.config.js index 5383999..51ca039 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -76,7 +76,7 @@ const config = { announcementBar: { id: 'mvc-maintenance-only', - content: "

Many LMC Packages are now Maintenance-only. Details

", + content: "

Support for PHP 8.5 added to LMC Packages. Details

", isCloseable: false, backgroundColor: 'lightyellow' },