Coen Jacobs
Coen Jacobs
For the record, the patches that are being applied in the above mentioned `composer.json` configuration have now all been merged into [0.6.0 Beta 3](https://github.com/coenjacobs/mozart/releases/tag/0.6.0-beta-3) so that can be used to...
I've figured out what has caused this bug to appear - thanks for POC repository, Mark, that is very convenient. This bug is caused by #38 deleting the vendor directory,...
Yep, I think that is the best approach to take here. I don't know what the best location is for that file to store, since the one that Composer creates...
I love your idea, @markjaquith, but I have a couple remarks that might just move this proposal in the exact opposite direction. Either way, it was great food for thought...
I get this, absolutely. This is not possible right now, but has been on my radar for a while. If you have ideas on how this should be implemented, I...
Given we have the [configuration array in the `composer.json` extra settings](https://github.com/coenjacobs/mozart/#configuration), we can probably use that to specify what (partial) FCQN you'd want to exclude. I consider these kind of...
Based on just this error, the error is within the package `brain/cortex` that you're requiring. It seems that you are trying to call a function within a namespace, while in...
It shouldn't prune the `composer.json` file if the package is installable via Composer (which I am not sure it actually is, but I'm confident it can). Actually, does this even...
Obviously, I prefer Mozart for WordPress projects. I know about the other implementations and in #96 (including some more information, which was once published on my now dead blog) I...
@darthvader666uk You are correct, @BrianHenryIE is an amazing help to this project. I'll have a look over the next few days, as a couple PRs and issues are requiring my...