Skip to content

I can't upgrade rappasoft/laravel-livewire-tables from 0.3.3 to a higher version. #262

Closed Answered by rappasoft
fikoulli asked this question in Q&A
Discussion options

You must be logged in to vote

Thats because ^0.4.0 is the last version < 1.0 which is what you're telling composer to look for. 1.0 is completely different and will break your project unless you build your components with the new 1.0 methods. If you want to get composer to update to 1.0 you should use "rappasoft/laravel-livewire-tables": "^1.0"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fikoulli
Comment options

Answer selected by fikoulli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants