mchekin / rpg

Online Role Playing Game (based on Laravel)
MIT License
188 stars 52 forks source link

Bump voyager version from 1.2 to 1.3.1 #60

Closed rachids closed 4 years ago

rachids commented 4 years ago

To address the bug mentioned in the issue 54, you need to bump Voyager as explained here.

mchekin commented 4 years ago

@rachids Thank you for opening this pull request and introducing this fix.

But we should not delete composer.lock.

Please do the following steps:

  1. pull from mchekin:master
  2. accept the mchekin:master changes of composer.lock to resolve the merge conflict
  3. and run composer update to add voyager version 1.3.1 to composer.lock
rachids commented 4 years ago

My bad, I will fix this whenever I have a moment today or tomorrow.