Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 197 forks source link

Follow Laravel's versioning pattern. #289

Closed oberoivarun closed 4 years ago

oberoivarun commented 6 years ago

Rather than NeoEloquent 1.4.6 for Laravel 5.6, it'll be better to have NeoEloquent 5.6 for Laravel 5.6

It's like in Angular, all supporting packages version up with the Angular Core package.

berteltorp commented 4 years ago

Laravel and its other first-party packages now follow Semantic Versioning ref - I think it would make more sense if we did that as well.

I expect the next major release to be centered around replacing the unmaintained driver (the heydavid713/neo4jphp dependency) which warrant's a new major version (eg. 2.0).