composer is ignoring installer-paths configuration

后端 未结 4 1661
梦谈多话
梦谈多话 2021-02-06 05:29

I\'m try using CakePHP for the first time with composer, but I have some problems.

I have this composer.json:

{
  \"name\": \"example.com.br         


        
4条回答
  •  囚心锁ツ
    2021-02-06 05:55

    Add your custom types to the installer-types:

    {
      "installer-types": ["library", "myttype-1", "mytype-2"]
    }
    

    https://packagist.org/packages/oomphinc/composer-installers-extender

提交回复
热议问题