You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I try and move from a git branch with this package installed to one that does not have it, I get an error that files in the package have changed.
To test this I removed vendor/ and then ran composer install. This library is being required by lisachenko/go-aop-php which in turn was required by codeception/aspect-mock. This is the entry in composer.lock:
Immediately upon running composer install I cd vendor/jakubledl/dissect and run git status with this output:
On branch 1.0
Your branch is up-to-date with 'composer/1.0'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: bin/dissect.php
However upon opening bin/dissect.php there are no changes noted (or at least none recognised by my diff tool).
Sadly I can't really suggest any further reasons why this might happening as it's never occured with another package and occurs every time I remove the package with this one, but I am submitting in case it's been spotted by anybody else.
The text was updated successfully, but these errors were encountered:
Every time I try and move from a git branch with this package installed to one that does not have it, I get an error that files in the package have changed.
To test this I removed
vendor/
and then rancomposer install
. This library is being required bylisachenko/go-aop-php
which in turn was required bycodeception/aspect-mock
. This is the entry incomposer.lock
:Immediately upon running
composer install
Icd vendor/jakubledl/dissect
and rungit status
with this output:However upon opening
bin/dissect.php
there are no changes noted (or at least none recognised by my diff tool).Sadly I can't really suggest any further reasons why this might happening as it's never occured with another package and occurs every time I remove the package with this one, but I am submitting in case it's been spotted by anybody else.
The text was updated successfully, but these errors were encountered: