diff --git a/upgrade.md b/upgrade.md index c27bd3e..5933ab8 100644 --- a/upgrade.md +++ b/upgrade.md @@ -5,6 +5,7 @@ description: Laravel Zero Upgrade Guide # Upgrade Guide +- [Upgrading To 12.0 From 11.x](#upgrade-12.0.0) - [Upgrading To 11.0 From 10.x](#upgrade-11.0.0) - [Upgrading To 10.0 From 9.x](#upgrade-10.0.0) - [Upgrading To 9.0 From 8.x](#upgrade-9.0.0) @@ -15,6 +16,19 @@ description: Laravel Zero Upgrade Guide - [Upgrading To 5.7 From 5.6](#upgrade-5.7.0) - [Upgrading To 5.6 From 4.0](#upgrade-5.6.0) + +## Upgrading to 12.0 from 11.x + +### Estimated upgrade time: 5-10 minutes + +> We attempt to document every possible breaking change. Since some of these breaking changes are in obscure parts of the framework only a portion of these changes may actually affect your application. + +### Updating dependencies + +Update your `laravel-zero/framework` dependency to `^12.0` in your `composer.json` file. + +If you are using any components (Database, Queue, etc.) that use Illuminate dependencies, these will need to be updated to `^12.17`. + ## Upgrading to 11.0 from 10.x