Skip to content

Conversation

@JimTools
Copy link

PHP Version Mismatch

According to the documentation of FreePBX 17, PHP 8.2 is now the minimum required version of PHP to install. However, when reviewing the installation scripts, it's possible to use lower versions, which may cause side effects and differing behaviour.

Changes

Set PHP 8.2 as the minimum version for install

@sangoma-oss-cla
Copy link

sangoma-oss-cla bot commented Oct 10, 2025

CLA assistant check
All committers have signed the CLA.

"config": {
"platform": {
"php": "8.1.0"
"php": "8.2.29"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing composer may affect other dependent packages to get update as well. May be revert this fix and we can merge other fixes.
We can fix composer and dependent packages in next major release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants