Skip to content

Commit d9fdf81

Browse files
authored
Merge branch 'main' into php8.5_support
2 parents e7359ed + 321a4ec commit d9fdf81

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/boost/compare/v1.8.3...main)
3+
## [Unreleased](https://github.com/laravel/boost/compare/v1.8.4...main)
4+
5+
## [v1.8.4](https://github.com/laravel/boost/compare/v1.8.3...v1.8.4) - 2025-12-05
6+
7+
### What's Changed
8+
9+
* Update Boost for `laravel/mcp` ^0.4.1 compatibility by [@xybr-dev](https://github.com/xybr-dev) in https://github.com/laravel/boost/pull/375
10+
11+
### New Contributors
12+
13+
* [@xybr-dev](https://github.com/xybr-dev) made their first contribution in https://github.com/laravel/boost/pull/375
14+
15+
**Full Changelog**: https://github.com/laravel/boost/compare/v1.8.3...v1.8.4
416

517
## [v1.8.3](https://github.com/laravel/boost/compare/v1.8.2...v1.8.3) - 2025-11-26
618

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"illuminate/contracts": "^10.49.0|^11.45.3|^12.28.1",
2020
"illuminate/routing": "^10.49.0|^11.45.3|^12.28.1",
2121
"illuminate/support": "^10.49.0|^11.45.3|^12.28.1",
22-
"laravel/mcp": "^0.4.0",
22+
"laravel/mcp": "^0.4.1",
2323
"laravel/prompts": "0.1.25|^0.3.6",
2424
"laravel/roster": "^0.2.9"
2525
},

0 commit comments

Comments
 (0)