Skip to content

Update PHP version requirement for grav 1.7#4029

Open
Rotzbua wants to merge 1 commit intogetgrav:1.7.50from
Rotzbua:patch-2
Open

Update PHP version requirement for grav 1.7#4029
Rotzbua wants to merge 1 commit intogetgrav:1.7.50from
Rotzbua:patch-2

Conversation

@Rotzbua
Copy link
Contributor

@Rotzbua Rotzbua commented Feb 12, 2026

highest supported php version is 8.3 as mentioned in #3995

highest supported php version is 8.3 as mentioned in getgrav#3995
Copilot AI review requested due to automatic review settings February 12, 2026 15:09
Copy link

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

Updates Grav’s documented PHP requirements to reflect the highest PHP version currently considered supported/tested (per #3995) in the project’s primary README.

Changes:

  • Adjusted the README “Requirements” PHP version line to specify an upper bound of PHP 8.3.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

# Requirements

- PHP 7.3.6 or higher. Check the [required modules list](https://learn.getgrav.org/basics/requirements#php-requirements)
- PHP 7.3.6 to 8.3. Check the [required modules list](https://learn.getgrav.org/basics/requirements#php-requirements)
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

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

The README now states an upper bound of PHP 8.3, but the project’s actual runtime constraint in composer.json is "php": "^7.3.6 || ^8.0" (no 8.3 max). This makes the Requirements section misleading for users/installers. Consider rewording to something like "PHP 7.3.6 or higher (tested/supported up to 8.3)" unless you also plan to enforce an upper bound in composer.json.

Suggested change
- PHP 7.3.6 to 8.3. Check the [required modules list](https://learn.getgrav.org/basics/requirements#php-requirements)
- PHP 7.3.6 or higher (tested/supported up to 8.3). Check the [required modules list](https://learn.getgrav.org/basics/requirements#php-requirements)

Copilot uses AI. Check for mistakes.
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