Skip to content

Commit b421d15

Browse files
Drop support for Laravel 10
1 parent 1331e33 commit b421d15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Upgrade Guide
22

3+
## Upgrading from 2.x to 2.13
4+
Version 2.13 was a minor release to raise support to Laravel 11. This allows Blueprint to adopt the latest conventions from Laravel, such as the modern structure, PHP attributes, and model methods.
5+
6+
Inline with Blueprint's [Support Policy](https://github.com/laravel-shift/blueprint#support-policy), this release also drops support for Laravel 10. If you are still running Laravel 10, you may constrain your Blueprint version to `2.12.0`.
7+
38
## Upgrading from 2.x to 2.6
49
Version 2.6 was a minor release to add support for Laravel 10. This adopts the latest conventions from Laravel, most notably the addition of type-hints in code.
510

0 commit comments

Comments
 (0)