Skip to content

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Sep 24, 2025

When we bumped the minimum PHP version to 8.1 in #1631, we forgot to update the constraint in composer.json. This can lead to pie picking the wrong version of the extension, followed by a failure to build it. This PR fixes the wrong constraint so future versions don't have the same problem.

@alcaeus alcaeus requested a review from jmikola September 24, 2025 14:44
@alcaeus alcaeus requested a review from a team as a code owner September 24, 2025 14:44
@Copilot Copilot AI review requested due to automatic review settings September 24, 2025 14:44
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes an outdated PHP version constraint in composer.json that was not updated when the minimum PHP version was raised to 8.1 in a previous PR. This ensures the extension's composer configuration accurately reflects its PHP requirements.

  • Updated PHP version constraint from ">=7.4,<9" to ">=8.1,<9"

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@alcaeus alcaeus merged commit 17f644a into mongodb:v1.21 Sep 25, 2025
61 checks passed
This was referenced Sep 25, 2025
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.

3 participants