From 26c281c0809adfdd893a867c5963a15daff9f6e0 Mon Sep 17 00:00:00 2001 From: Rob Mills Date: Mon, 25 Nov 2013 09:22:46 +0000 Subject: [PATCH] Added instruction to update composer.json to 4.1 --- upgrade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/upgrade.md b/upgrade.md index 2ac44c3e..5950932f 100644 --- a/upgrade.md +++ b/upgrade.md @@ -2,6 +2,7 @@ ## Upgrading From 4.0 to 4.1 +- Update `composer.json` to require `"laravel/framework": "4.1.*"` - `composer update`. - Replace `public/index.php`, `artisan.php`. - Add new `expire_on_close` option to `session` configuration file.