Benjacho / belongs-to-many-field-nova

Belongs To Many field Laravel nova to represent many to many relationship in field.
MIT License
157 stars 80 forks source link

When 3.0 is going to release? #124

Open AndreyGrin opened 1 year ago

AndreyGrin commented 1 year ago

Hi! I'm upgrading my Nova project to Laravel 10 but it's impossible due to minimum-stability in composer settings. Current 3.0-beta version has stability beta, Laravel 10 requires stable.

JulienCauvin commented 1 year ago

Same here, waiting for a stable release !

@AndreyGrin as a workaround and to avoid being blocked in your update process, you can probably indicate this version as stable in your composer.json


"benjacho/belongs-to-many-field": "3.0.1-beta as 3.0.1",