Skip to content

chore: upgrade laravel/tinker to v3#181

Merged
128na merged 1 commit into
masterfrom
chore/tinker-3-upgrade
Jun 17, 2026
Merged

chore: upgrade laravel/tinker to v3#181
128na merged 1 commit into
masterfrom
chore/tinker-3-upgrade

Conversation

@128na

@128na 128na commented Jun 17, 2026

Copy link
Copy Markdown
Owner

概要

laravel/tinker を v2.11 → v3.0.2 へアップグレード。

方針

  • composer の platform は既に PHP 8.3.30 に固定済みのため、PHP 8.4 専用依存(Symfony 8 等)を引き込まずに解決。
  • Laravel は 12 のまま据え置き(prod が PHP 8.3。Laravel 13.3+ は Symfony 8 経由で実質 PHP 8.4 を要求するため)。

検証(ローカル)

  • composer update laravel/tinker --with-all-dependencies → セキュリティ勧告 0 件 ✅
  • pint --test
  • phpstan analyse ✅ No errors
  • php artisan test ✅ 23 passed
  • php artisan tinker REPL 動作確認 ✅

🤖 Generated with Claude Code

Bump laravel/tinker ^2.11 -> ^3.0 (v3.0.2). The composer platform is
already pinned to PHP 8.3.30, so the upgrade resolves cleanly without
pulling PHP-8.4-only dependencies. Laravel stays on 12 (prod runs PHP
8.3; Laravel 13.3+ effectively requires PHP 8.4 via Symfony 8).

Verified: pint, phpstan (level config), php artisan test (23 passed),
tinker REPL smoke test.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@gemini-code-assist gemini-code-assist 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.

Code Review

This pull request updates the dependency constraints in composer.json to upgrade laravel/tinker from ^2.11.1 to ^3.0. Consequently, composer.lock has been updated to lock laravel/tinker at version v3.0.2, along with minor updates to other dependencies including guzzlehttp/guzzle, guzzlehttp/psr7, and nesbot/carbon. There are no review comments, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@128na 128na merged commit dc1867f into master Jun 17, 2026
5 checks passed
@128na 128na deleted the chore/tinker-3-upgrade branch June 17, 2026 02:31
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.

1 participant