Skip to content

Conversation

@antonkomarev
Copy link
Contributor

@antonkomarev antonkomarev commented Sep 6, 2019

We need to use caret in Laravel 6 version name because from now it will use Semantic Versioning.
There will be no breaking changes in between 6.0 -> 6.1 -> 6.2 -> ...

Composer has a tricky behavior. It handles tilde constraint differently from SemVer specification.
In composer ~6.0 will translate to >=6.0.0 <7.0.0 instead of >=6.0.0 <6.1.0.

It's not a bug, but its more common to use ^6.0 to show that package follows SemVer.

@lazychaser lazychaser merged commit 48f08a7 into lazychaser:v5 Sep 6, 2019
@lazychaser
Copy link
Owner

Ok thanks

@antonkomarev antonkomarev deleted the fix/laravel-6-support branch September 6, 2019 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants