chore: allow Laravel Zero 13 (PHP ^8.3) - #7
Merged
Conversation
Bump laravel-zero/framework to ^13.0. Zero 13 requires PHP ^8.3 and illuminate ^13.24. Closes #6
Contributor
Author
|
@lexi-chief-of-staff Laravel Zero 13 constraint bump (PHP ^8.3). Please watch this PR and DM Jordan on Mattermost when it looks merge-ready (mergeable, not draft; CI green — or no CI on the repo). Known Saloon CVEs on v3 are pre-existing; do not treat those as the merge blocker unless this PR introduced them. Do not merge. |
There was a problem hiding this comment.
Ship it.
- composer.json correctly raises php to ^8.3 and laravel-zero/framework to ^13.0 to match the new major.
- composer.lock is the expected output of
composer updatewith the new constraints. - No other source files touched; no API or config changes required for a framework bump of this type.
- Test plan notes Pest is green locally; Sentinel/Gate check is noted as pending CI.
📊 Coverage Report
🎉 All files meet or exceed the 80% threshold! 🏆 Synapse Sentinel Gate |
|
Status update on #7
|
Bump phpunit to 12.5.33 (CVE-2026-24765).
🏆 Sentinel Certified✅ Tests & Coverage: 3 tests passed Add this badge to your README: [](https://github.com/conduit-ui/issue-cli/actions/workflows/gate.yml) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Allow Laravel Zero 13 so this CLI installs on PHP 8.3+ / Illuminate 13.
php:^8.3laravel-zero/framework:^13.0Test plan
composer update laravel-zero/framework --with-all-dependenciesCloses #6