FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Laravel makes semantic versioning look bad
How-ToTools

Laravel makes semantic versioning look bad

via Dev.todavid duymelinck1mo ago

Here I go again! I couldn't find it but I remember I did a rant about Laravel needing to pick date formatted versioning instead of semantic versioning when Laravel 12 was announced. The reason I'm writing this is because Livewire can announce a release compatible with an unreleased major version . Lets dive in. Semantic versioning The main goal of semantic versioning is to make the dependency management predictable. It uses three sets of numbers divided by a dot. The context of the numbers from left to right is major, minor and patch. A major number change must happen when there are backward incompatible changes. But it can also happen when multiple features and or changes are introduced. The Laravel situation From the commits on Github and a blog on Lavavel News The biggest change is the optional use of attributes. While they added quite a few attributes, does this really warrant a major update? You could argue raising the minimum required PHP version, 8.2 to 8.3, is cause for a major

Continue reading on Dev.to

Opens in a new tab

Read Full Article
24 views

Related Articles

Android Remote Compose:讓 Android UI 不用發版也能更新
How-To

Android Remote Compose:讓 Android UI 不用發版也能更新

Medium Programming • 3d ago

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters • 3d ago

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 3d ago

How-To

How One File Makes Claude Code Actually Follow Your Instructions

Medium Programming • 3d ago

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial • 3d ago

Discover More Articles