
Lumen 5.5 Is Released
Lumen 5.5 is now released and available for all. This is considered a maintenance release that upgrades the underlying packages to the Laravel 5.5 series.
Before upgrading your application to Lumen 5.5, you should review the Laravel 5.5 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.5.*"
For more information check out the official Lumen documentation.
Filed in: News / Lumen / Releases
Enjoy this? Get Laravel News delivered straight to your inbox every Sunday.
No Spam, ever. We'll never share your email address and you can opt out at any time.
Newsletter

Join the weekly newsletter and never miss out on new tips, tutorials, and more.
Laravel Jobs

- PHP Web Developer
-
Orlando, FL
Christ for all Nations - PHP Developer
-
Manhattan, KS (open to Remote)
CivicPlus - Mid-Senior Laravel Developer
-
Exeter
Optix Solutions - Full Stack Web Developer
-
Las Vegas, NV
V Shred - Staff Software Engineer (Laravel)
-
Remote
smartbnb - Software Engineer (PHP, Laravel, Vue)
-
Los Angeles, CA
Relocity - Software Engineer Level 1 / Level 2
-
St. Pete. / Tampa Area, FL / Remote
ShineOn
Clean Code Concepts Adapted for PHP
Clean Code: A Handbook of Agile Software Craftmanship is a classic programming book about writing maintainable code t…
Find Files that Need Refactoring with Churn PHP
Churn PHP is a Command Line Interface (CLI) tool that helps you discover PHP files that might need refactoring. Learn…