Seldaek / php-console

PHP Debug Console
Other
529 stars 91 forks source link

tag new release #19

Closed staabm closed 11 years ago

staabm commented 11 years ago

thx. just a question. I installed the php-console as described in the readme with composer create-project seld/php-console.

how to update it now to the new tag? do I have to remove the whole app and re-install with this command?

Seldaek commented 11 years ago

git pull should do to update to latest, then a composer update if it had deps, but it doesn't so it's kinda pointless.

staabm commented 11 years ago

create-project didn't create a git clone, therefore git pull doesn't work. I had to delete and create-project again.

Seldaek commented 11 years ago

Yup it shold be installed with composer create-project --stability=dev --keep-vcs seld/php-console - I'll update the readme