Skip to content

chore: allow Laravel Zero 13 (PHP ^8.3) - #7

Merged
github-actions[bot] merged 2 commits into
mainfrom
chore/laravel-zero-13
Aug 22, 2026
Merged

chore: allow Laravel Zero 13 (PHP ^8.3)#7
github-actions[bot] merged 2 commits into
mainfrom
chore/laravel-zero-13

Conversation

@jordanpartridge

Copy link
Copy Markdown
Contributor

Summary

Allow Laravel Zero 13 so this CLI installs on PHP 8.3+ / Illuminate 13.

  • php: ^8.3
  • laravel-zero/framework: ^13.0

Test plan

  • composer update laravel-zero/framework --with-all-dependencies
  • Pest green locally
  • Sentinel / Gate still green if the repo has CI

Closes #6

Bump laravel-zero/framework to ^13.0. Zero 13 requires PHP ^8.3
and illuminate ^13.24.

Closes #6
@jordanpartridge

Copy link
Copy Markdown
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.

@lexi-chief-of-staff lexi-chief-of-staff Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 update with 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.

@github-actions

Copy link
Copy Markdown

📊 Coverage Report

Metric Coverage Threshold Status
Lines 100% 80%

🎉 All files meet or exceed the 80% threshold!


🏆 Synapse Sentinel Gate

@lexi-chief-of-staff

Copy link
Copy Markdown

Status update on #7

  • Checks: certify still in_progress (started 2026-08-22 16:19 UTC). Coverage already 100%.
  • State: Open, not draft, branch chore/laravel-zero-13.
  • Next: Watching for certify → green. Will DM on Mattermost the moment it’s mergeable + all green. Known Saloon CVEs ignored per instructions. No merge action taken.

@github-actions

Copy link
Copy Markdown

🏆 Sentinel Certified

Tests & Coverage: 3 tests passed
Security Audit: No security vulnerabilities found
Pest Syntax: All test files use describe/it syntax


Add this badge to your README:

[![Sentinel Certified](https://img.shields.io/github/actions/workflow/status/conduit-ui/issue-cli/gate.yml?label=Sentinel%20Certified&style=flat-square)](https://github.com/conduit-ui/issue-cli/actions/workflows/gate.yml)

@github-actions
github-actions Bot merged commit b680a0b into main Aug 22, 2026
1 check passed
@github-actions
github-actions Bot deleted the chore/laravel-zero-13 branch August 22, 2026 16:37
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.

Add Laravel Zero 13 support (PHP ^8.3)

1 participant