Hello !
I have a weird problem here, I am developing an extension so I use the following commands to integrate it in Flarum
composer config repositories.0 path "/path/to/my/developping/folder/"
composer require zacharieg/piwigo-mentions *@dev
I am on windows and I have 3 version of Flarum (1.1, 1.2 and 1.3). I tried those commands on all the version and only one actually execute the plugin (the 1.2).
When I check the folder flarum/vendor/zacharieg of the versions that doesn't work, I see that the folder link is not correctly established. Is this a composer problem ? Do you have any idea in how to fix this ?
Thanks in advance for your replies 😉