Lumen 5.3 is released
Published on by Eric L. Barnes
Lumen 5.3 is now released and available for all. This is considered a maintenance release that upgrades the underlying packages to the Laravel 5.3 series.
Before upgrading your application to Lumen 5.3, you should review the Laravel 5.3 upgrade guide and make any applicable changes to your application according to which Laravel components you are using.
Once you have made the necessary adjustments to your application, you may upgrade your Lumen framework dependency in your composer.json file and run the composer update command:
"laravel/lumen-framework": "5.3.*"
For more information checkout the official Lumen documentation.
Eric is the creator of Laravel News and has been covering Laravel since 2012.