ZF-Commons/ZfcUserDoctrineORM

Error on updating ZfcUserDoctrineORM composer

jonathands opened this issue · 1 comments

I'm having trouble updating my project libraries through composer and would like to know if this is something specific of my project or related to ZfcUserDoctrineORM

I"ve tried changing the version to Dev Master 1.0.0 and 1.0.1 to no avail

Composer always outputs the following when it reaches zfc-user-doctrine-orm:

Updating dependencies (including require-dev)

  • Updating zf-commons/zfc-user-doctrine-orm (dev-master 90442b1 => 1.0.1)

    [RuntimeException]
    Failed to execute git status --porcelain --untracked-files=no

    error: bad index file sha1 signature
    fatal: index file corrupt

I"ve already tryed deleting the .git/index file and running git reset on my project but it didn't work

Oh don't bother, I was deleting the wrong index file... Geez rubberducky ftw