Skip to content

chore: update composer, add php version#96

Merged
dkaser merged 1 commit intotrunkfrom
chore/composer
Jan 10, 2026
Merged

chore: update composer, add php version#96
dkaser merged 1 commit intotrunkfrom
chore/composer

Conversation

@dkaser
Copy link
Collaborator

@dkaser dkaser commented Jan 10, 2026

Summary by CodeRabbit

  • Chores
    • Updated minimum PHP version requirement to 8.3 or newer. Users must ensure their environment meets this requirement to run the application.

✏️ Tip: You can customize this high-level summary in your review settings.

Signed-off-by: Derek Kaser <11674153+dkaser@users.noreply.github.com>
@github-actions github-actions bot added the chore label Jan 10, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 10, 2026

📝 Walkthrough

Walkthrough

A PHP version constraint requiring version 8.3 or higher was added to the project's composer.json file in the require block, alongside an adjustment to the formatting of the existing rlanvin/php-ip dependency entry.

Changes

Cohort / File(s) Summary
Composer dependency constraint
src/usr/local/php/unraid-tailscale-utils/composer.json
Added PHP >=8.3 version requirement to the require block; adjusted trailing comma formatting on existing rlanvin/php-ip dependency

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: update composer, add php version' accurately summarizes the main change - adding a PHP version constraint to composer.json.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/composer

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In @src/usr/local/php/unraid-tailscale-utils/composer.json:
- Around line 32-33: Replace the loose PHP version constraint in composer.json
for the "php" dependency (currently "php": ">=8.3") with a caret constraint to
match the project's style and restrict to the 8.x series, e.g. change the value
to "^8.3.0"; after changing, ensure the target Unraid deployment environment
supports PHP 8.3+ so this requirement won't break installs.
📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2b3b5e4 and 9178c7c.

⛔ Files ignored due to path filters (1)
  • src/usr/local/php/unraid-tailscale-utils/composer.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • src/usr/local/php/unraid-tailscale-utils/composer.json

@dkaser dkaser merged commit a4ee564 into trunk Jan 10, 2026
6 checks passed
@dkaser dkaser deleted the chore/composer branch January 10, 2026 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant