Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"config": {
"allow-plugins": {
"php-http/discovery": true
},
"platform": {
"php": "8.1.0"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Is this breaking - did we support php < 8.1.0 prior to this?

}
Comment on lines 46 to 50

@aarsilv aarsilv May 26, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

🤖 Response from AI: Good catch — PR description was stale relative to the follow-up commit. Updated to call out the composer.json change explicitly, including the reasoning (pinning the solver platform to the declared ^8.1 floor so lockfile resolution is deterministic across developer PHP versions; without it, my local 8.5 had pulled in symfony/var-exporter v8 / doctrine/instantiator 2.1 which need PHP 8.4+ and broke CI on its 8.3 image).

},
"scripts": {
Expand Down
Loading
Loading