Skip to content

Bump laravel/boost from 1.8.13 to 2.4.8 - #555

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/composer/laravel/boost-2.4.3
Closed

Bump laravel/boost from 1.8.13 to 2.4.8#555
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/composer/laravel/boost-2.4.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps laravel/boost from 1.8.13 to 2.4.8.

Release notes

Sourced from laravel/boost's releases.

v2.4.8

What's Changed

Full Changelog: laravel/boost@v2.4.7...v2.4.8

v2.4.7

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.4.6...v2.4.7

v2.4.6

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.4.5...v2.4.6

v2.4.5

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.4.4...v2.4.5

... (truncated)

Changelog

Sourced from laravel/boost's changelog.

v2.4.8 - 2026-05-19

What's Changed

Full Changelog: laravel/boost@v2.4.7...v2.4.8

v2.4.7 - 2026-05-18

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.4.6...v2.4.7

v2.4.6 - 2026-04-28

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.4.5...v2.4.6

v2.4.5 - 2026-04-22

... (truncated)

Upgrade guide

Sourced from laravel/boost's upgrade guide.

Upgrade Guide

Upgrading To 2.x From 1.x

Note: If you are not using custom agents or overriding Boost in any way, you should experience minimal issues while upgrading. Simply run php artisan boost:install after upgrading to Boost 2.x and the migration will be handled automatically.

Note: If you are using external packages that add custom agents, ensure you update to versions that have support for Boost 2.x.

Minimum PHP Version

PHP 8.2 is now the minimum required version.

Minimum Laravel Version

Laravel 11.x is now the minimum required version.

Custom Agent Changes

PR Link: laravel/boost#439

Likelihood Of Impact: Low

If you have added your own custom agents, you will need to make the following changes:

Terminology and Namespace Changes

CodeEnvironment has been replaced with Agent throughout:

Before After
CodeEnvironment Agent
CodeEnvironmentsDetector AgentsDetector
src/Install/CodeEnvironment/ src/Install/Agents/
Laravel\Boost\Install\CodeEnvironment Laravel\Boost\Install\Agents
registerCodeEnvironment(string $key, string $className) registerAgent(string $key, string $className)
getCodeEnvironments() getAgents()

Contract Renames

Several contracts have been renamed for clarity:

Before After
Laravel\Boost\Contracts\Agent Laravel\Boost\Contracts\SupportsGuidelines
Laravel\Boost\Contracts\McpClient Laravel\Boost\Contracts\SupportsMcp
Laravel\Boost\Contracts\SupportSkills Laravel\Boost\Contracts\SupportsSkills

Custom Agent Migration

If you have registered custom agents, update them to use the new namespace and contracts:

... (truncated)

Commits
  • d11d720 Update composer.json (#815)
  • 2e126c3 Update CHANGELOG
  • cebd69e Add Tinker MCP tool for executing PHP in app context (#807)
  • 02af8b4 Omit cwd from Codex MCP config to fix Sail and worktree issues (#809)
  • 233588d Sync Flux UI free/pro component lists with fluxui.dev (#808)
  • 24a0747 Bump shivammathur/setup-php in the github-actions group (#806)
  • 4b633b6 Pin GitHub Actions to commit SHAs and add Dependabot config (#804)
  • 8224fbc Preserve empty objects in MCP JSON config files (#793)
  • b2d06ce fix: remove redundant .env read guidance (#801)
  • 7ee5321 Fix path separators and trailing newlines in install output (#790)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 13, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 13, 2026
@crimsonstrife

crimsonstrife commented Apr 13, 2026

Copy link
Copy Markdown
Owner

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@deepsource-io

deepsource-io Bot commented Apr 13, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 2b30267...f94191c on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
PHP Jun 2, 2026 2:35p.m. Review ↗
JavaScript Jun 2, 2026 2:35p.m. Review ↗
Python Jun 2, 2026 2:35p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@crimsonstrife

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [laravel/boost](https://github.com/laravel/boost) from 1.8.13 to 2.4.8.
- [Release notes](https://github.com/laravel/boost/releases)
- [Changelog](https://github.com/laravel/boost/blob/main/CHANGELOG.md)
- [Upgrade guide](https://github.com/laravel/boost/blob/main/UPGRADE.md)
- [Commits](laravel/boost@v1.8.13...v2.4.8)

---
updated-dependencies:
- dependency-name: laravel/boost
  dependency-version: 2.4.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump laravel/boost from 1.8.13 to 2.4.3 Bump laravel/boost from 1.8.13 to 2.4.8 Jun 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/composer/laravel/boost-2.4.3 branch from e95f5f5 to f94191c Compare June 2, 2026 14:34
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #580.

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot
dependabot Bot deleted the dependabot/composer/laravel/boost-2.4.3 branch June 8, 2026 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant