Skip to content

Commit

Permalink
Remove extras from composer.json.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nrk committed Aug 1, 2014
1 parent d4be306 commit d26db6f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,5 @@
},
"autoload": {
"psr-4": {"Predis\\": "src/"}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}

3 comments on commit d26db6f

@Tsegaye
Copy link

@Tsegaye Tsegaye commented on d26db6f Aug 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there,

I have an error when I tried to run composer.phar update on my local repo.

[RuntimeException]
Failed to clone git@github.com:nrk/predis.git via git, https, ssh protocols
, aborting.

  • git://github.com/nrk/predis.git
    error: there are still refs under 'refs/remotes/composer/v1.0'
    From git://github.com/nrk/predis
    ! [new branch] v1.0 -> composer/v1.0 (unable to update local
    ref)
  • https://github.com/nrk/predis.git
    error: there are still refs under 'refs/remotes/composer/v1.0'
    From https://github.com/nrk/predis
    ! [new branch] v1.0 -> composer/v1.0 (unable to update local
    ref)
  • git@github.com:nrk/predis.git
    error: there are still refs under 'refs/remotes/composer/v1.0'
    From github.com:nrk/predis
    ! [new branch] v1.0 -> composer/v1.0 (unable to update local
    ref) .

Do you recommend me to do anything?

Thanks,

Tsegaye

@GrahamCampbell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Tsegaye Please create an issue for this, do not comment on a commit. Also, try clearing your composer cache.

@Tsegaye
Copy link

@Tsegaye Tsegaye commented on d26db6f Aug 5, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.