Issue/197 php 8 baseline#198
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 319027bad8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "php": "^7.4 || ^8.0", | ||
| "quantum/framework": "^3.0.0", | ||
| "php": "^8.0", | ||
| "quantum/framework": "dev-master", |
There was a problem hiding this comment.
Pin framework dependency to a stable release
For fresh installs or CI runs that resolve dependencies without a lock file, this now pulls quantum/framework from whatever is on master at install time instead of the released 3.x series. A tagged quantum/project release could therefore pick up unreleased or breaking framework changes unrelated to this PHP-baseline update, whereas the previous ^3.0.0 constraint kept projects on stable releases.
Useful? React with 👍 / 👎.
Closes #197