skip to Main Content

While installing magento 2.4.4 i got an issue like

 Install of laminas/laminas-dependency-plugin failed

                                                                                                                                                  
  [RuntimeException]                                                                                                                              
  Failed to execute git checkout '73cfb63ddca9d6bfedad5e0a038f6d55063975a3' -- && git reset --hard '73cfb63ddca9d6bfedad5e0a038f6d55063975a3' --  
                                                                                                                                                  
  fatal: reference is not a tree: 73cfb63ddca9d6bfedad5e0a038f6d55063975a3                                                                        
                                                                                     

anybody faced this issue,or anyone give a suggestion to fix this issue.

Thanks in advance

2

Answers


  1. I encountered the same issue. I managed to continue the ‘composer install’ command by executing ‘composer require laminas/laminas-dependency-plugin’. It started installing the requested version defined in my composer.lock. So I don’t understand what the problem is/was.

    Login or Signup to reply.
  2. I run composer update and it sovle my issue.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search