Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The underlying architecture of Grav is designed to use well-established and _bes

# 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.
- Check the [Apache](https://learn.getgrav.org/basics/requirements#apache-requirements) or [IIS](https://learn.getgrav.org/basics/requirements#iis-requirements) requirements

# Documentation
Expand Down
Loading