Skip to content

Update PHP version requirements in composer.json#16

Merged
donatj merged 3 commits into
masterfrom
donatj-patch-1
May 15, 2026
Merged

Update PHP version requirements in composer.json#16
donatj merged 3 commits into
masterfrom
donatj-patch-1

Conversation

@donatj
Copy link
Copy Markdown
Member

@donatj donatj commented May 15, 2026

Limit PHP to versions supported by functional PHPUnit

@donatj donatj marked this pull request as ready for review May 15, 2026 09:46
Copilot AI review requested due to automatic review settings May 15, 2026 09:46
Copy link
Copy Markdown

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 updates the project’s supported PHP baseline and aligns developer tooling/docs/CI to match, ensuring consumers and CI are targeting the same minimum runtime.

Changes:

  • Bumped the minimum supported PHP version from >=7.1 to >=7.2 in composer.json and README.md.
  • Updated the PHPUnit dev requirement from ~7.5 | ~9.5 to ~8.5 | ~9.5.
  • Removed PHP 7.1 from the GitHub Actions CI matrix.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
README.md Updates documented PHP requirement to >=7.2 (and normalizes list formatting in the touched lines).
composer.json Raises the runtime PHP constraint to >=7.2 and updates PHPUnit dev dependency range accordingly.
.github/workflows/ci.yml Drops PHP 7.1 from the CI test matrix to match the updated supported versions.

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

@donatj donatj merged commit 3a13ccd into master May 15, 2026
18 of 19 checks passed
@donatj donatj deleted the donatj-patch-1 branch May 15, 2026 09:48
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