Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using old Composer update syntax #3

Closed
weaverryan opened this issue Dec 19, 2013 · 0 comments
Closed

Using old Composer update syntax #3

weaverryan opened this issue Dec 19, 2013 · 0 comments
Labels

Comments

@weaverryan
Copy link
Member

From The KnpU Comments (https://knpuniversity.com/screencast/symfony2-ep1#comment-1168737351)

Hi again,

In your chapter "Fixtures and External Libraries", apparently, now this command:
php composer.phar update doctrine-fixtures-bundle

We have this message:
Package "doctrine-fixtures-bundle" listed for update is not installed. Ignoring.

We need to write the complete name of package:
php composer.phar update doctrine/doctrine-fixtures-bundle

(http://getcomposer.org/doc/03-cli.md#update)

This fuzzy-matching syntax used to work, but I think it may have just been a bug and I don't think it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant