FriendsOfFlarum / links

Manage Flarum primary navigation links
MIT License
37 stars 11 forks source link

Unable to update to version 0.2.0 #7

Closed PeopleInside closed 5 years ago

PeopleInside commented 5 years ago

Hi, when i run composer update fof/links for update the plugin I see system stay frozen on:

Loading composer repositories with package information
Updating dependencies (including require-dev)

the cursor continue to intermitting without complete the update.

PeopleInside commented 5 years ago

Resolved... after many try.

luceos commented 5 years ago

Use composer require fof/links when your previous constraint is lower than the newly released version. Composer will block these updates in case this might impact your stability constraint.

Eg configured is 0.1 and new version is 0.2, composer will block when using update, so use require.

PeopleInside commented 5 years ago

Ok maybe this was resolving my issue i tried that, Take some time but was able to update. Thanks @luceos :) hope you are well.