Closed staabm closed 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.
create-project didn't create a git clone, therefore git pull doesn't work. I had to delete and create-project again.
Yup it shold be installed with composer create-project --stability=dev --keep-vcs seld/php-console
- I'll update the readme
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?