1

I want to update voyager package from 1.2 to 1.3 for that I changed

"tcg/voyager": "1.3.*" and then executed command composer update tcg/voyager --lock but it does not update, I just want to update voyager. enter image description here

Can someone kindly guide me how can I update it? Thank you so much.

Salim Djerbouh
  • 10,719
  • 6
  • 29
  • 61
Imran Abbas
  • 755
  • 1
  • 7
  • 24
  • Why are you using `--lock` ? – apokryfos Dec 19 '19 at 09:01
  • There is a possibility of `tcg/voyager[v1.2.7]` being requested specifically by some other package's dependency – Cerlin Dec 19 '19 at 09:01
  • @apokryfos not sure, I am following this one https://stackoverflow.com/questions/24175861/composer-laravel-how-to-add-update-a-specific-package?answertab=active#tab-top – Imran Abbas Dec 19 '19 at 09:02
  • Can you show us your `composer.json` file – Cerlin Dec 19 '19 at 09:31
  • If you updated version from `1.2` to `1.3` in `composer.json` file, just run `composer update` command, don't update `composer.lock` file. It'll update lock file itself! – Hiren Gohel Dec 19 '19 at 10:26

0 Answers0