Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrading Laravel 4.1 to 4.2

I was wondering if i could get some advice from people that have upgraded Laravel 4.1 to 4.2

I have had a look at the upgrade guide on the Laravel.com website and it says to add a new cipher option.

So, i added the following to my app.php file

'cipher' => MCRYPT_RIJNDAEL_256

But when i do

composer update

and then run php artisan --version, it still says Laravel 4.1.30

Any help would be greatly appreciated.

Cheers

like image 891
BigJobbies Avatar asked Jan 21 '26 10:01

BigJobbies


1 Answers

I think you need to update your composer.json to require "laravel/framework": "4.2.*"... maybe?

like image 91
fouzer Avatar answered Jan 24 '26 03:01

fouzer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!