Skip to content

Using old Composer update syntax #3

Closed
@weaverryan

Description

@weaverryan

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.

Activity

added a commit that references this issue on Dec 19, 2013

[#3] Fixing old composer.phar syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @weaverryan

        Issue actions

          Using old Composer update syntax · Issue #3 · knpuniversity/symfony2-series