Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions blog/2025-11-24-php85.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const config = {

announcementBar: {
id: 'mvc-maintenance-only',
content: "<h1 style='font-size: 120%'><strong>Many LMC Packages are now Maintenance-only. <a href='/blog/MVC-maintenance-only'>Details</a> </strong></h1>",
content: "<h1 style='font-size: 120%'><strong>Support for PHP 8.5 added to LMC Packages. <a href='/blog/PHP-8-5'>Details</a> </strong></h1>",
isCloseable: false,
backgroundColor: 'lightyellow'
},
Expand Down