Skip to content

build(deps-dev): bump laravel/boost from 1.8.10 to 2.4.6#74

Merged
BorschCode merged 1 commit into
mainfrom
dependabot/composer/laravel/boost-2.4.2
Apr 29, 2026
Merged

build(deps-dev): bump laravel/boost from 1.8.10 to 2.4.6#74
BorschCode merged 1 commit into
mainfrom
dependabot/composer/laravel/boost-2.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps laravel/boost from 1.8.10 to 2.4.6.

Release notes

Sourced from laravel/boost's releases.

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

v2.4.4

What's Changed

New Contributors

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

v2.4.3

What's Changed

Full Changelog: laravel/boost@v2.4.2...v2.4.3

v2.4.2

What's Changed

... (truncated)

Changelog

Sourced from laravel/boost's changelog.

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

What's Changed

New Contributors

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

v2.4.4 - 2026-04-16

What's Changed

New Contributors

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

v2.4.3 - 2026-04-10

What's Changed

... (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
  • c9ea636 Remove skills listing from foundation guideline (#787)
  • 5385e30 Remove model discovery and use token-based class parsing (#754)
  • a86458f Handle Http::pool errors when downloading remote skills (#785)
  • 42209cb Added better instructions for generating tests. (#781)
  • 48cb038 Add Laravel Cloud integration to install command (#776)
  • 6dfbdb3 Update CHANGELOG
  • 60386c7 Support laravel/mcp 0.7.0 (#782)
  • 83789c5 Update CHANGELOG
  • db101b9 Move deployment guideline to separate deployments/core section (#774)
  • 39bc6df Fix: Update outdated Livewire paths to v4 standards in SKILL.blade.php (#736)
  • 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 9, 2026
Bumps [laravel/boost](https://github.com/laravel/boost) from 1.8.10 to 2.4.6.
- [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.10...v2.4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump laravel/boost from 1.8.10 to 2.4.2 build(deps-dev): bump laravel/boost from 1.8.10 to 2.4.6 Apr 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/composer/laravel/boost-2.4.2 branch from abe7bb6 to 2fffab0 Compare April 29, 2026 20:03
Copy link
Copy Markdown
Owner

@BorschCode BorschCode left a comment

Choose a reason for hiding this comment

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

ok, it looks like it will work

@BorschCode BorschCode merged commit ca04a16 into main Apr 29, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/composer/laravel/boost-2.4.2 branch April 29, 2026 20:05
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