Hello,
I just did my first laravel upgrade ever, from 5.4 to 5.5.
Now I need to do 5.5 to 5.5.42 but I don't understand what do I actually need to do?
I don't understand the upgrade guide, I don't see there is anything to do?
Do I need to change anything in my composer.json file?
I just don't understand how adding this:
protected static $serialize = true;
to the
App\Http\Middleware\EncryptCookies middleware
will make the version 5.5.42?
Also I am the only developer on this project, this is my own project, so there is no risk of the application's encryption key is in the hands of a malicious party.
I feel like an idiot, but I really don't understand what do I need to do here? blush
Running the artisan command --version says I'm on version 5.5.0
Can someone please help?