Rareloop / lumberjack-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use Lumberjack => Issue with composer Autoload

Androlax2 opened this issue · comments

What are the steps to reproduce this issue?

  1. composer require rareloop/lumberjack-core

What happens?

Capture d’écran 2021-11-14 à 22 39 42

What were you expecting to happen?

To work

What versions of software are you using?

Operating System: Mac OS X

PHP Version: 7.4.21

Lumberjack Version: latest

This issue is resolved thanks to Composer v2 where we can allow-plugins now :

"allow-plugins": {
      "dangoodman/composer-for-wordpress": false
},