mozart icon indicating copy to clipboard operation
mozart copied to clipboard

Developers tool for WordPress plugins: Wraps all your projects dependencies in your own namespace, in order to prevent conflicts with other plugins loading the same dependencies in different versions.

Results 50 mozart issues
Sort by recently updated
recently updated
newest added

```json { "name": "ethereumico/ether-and-erc20-tokens-woocommerce-payment-gateway", "description": "Ether and ERC20 tokens WooCommerce Payment Gateway enables customers to pay with Ether or any ERC20 or ERC223 token on your WooCommerce store.", "type": "project",...

https://github.com/Freemius/wordpress-sdk/issues/463 It can not process `freemius/wordpress-sdk` because it prunes the `composer.json` file: https://github.com/Freemius/wordpress-sdk/blob/master/package.json#L12 ``` > "vendor/bin/mozart" compose PHP Warning: file_get_contents(/home/USERNAME/PROJECTDIR/vendor/freemius/wordpress-sdk//composer.json): failed to open stream: No such file or directory in...

Hello, I'm trying to use Mozart `0.6.0-beta-3` with [Mustache](https://github.com/bobthecow/mustache.php) and other packages, but Mustache is the only one that doesn't seem to be namespaced. Fair warning, it's the first time...

[nesbot/carbon 1.39.0](https://github.com/briannesbitt/Carbon/tree/1.39.0) "prefixes" the end of lines because its autoload key has an empty key. Output [src/carbon/Carbon.php](https://github.com/briannesbitt/Carbon/blob/1.39.0/src/Carbon/Carbon.php) : ```php

See my `composer.json` here: https://github.com/coenjacobs/mozart/issues/106 `woocommerce/action-scheduler` is not processed and stay in the `vendor` directory.

As reported by @spreeuw in #76 comments: >Guzzle still doesn't work though, throwing: `Uncaught Error: Call to undefined function MyNamespace\GuzzleHttp\Psr7\stream_for()` I have a feeling that this `stream_for()` function is a...

I'm not sure if this was already reported before because there seem to be a number of issues regarding namespace duplication, but this appears to be different. config: ```JSON {...

Hi, Wondered if you could help? Currently installing Mozart to our Project but every time I run `vendor/bin/mozart compose` I keep getting the following: ``` In Filesystem.php line 248: Root...

A disadvantage to using Composer at the plugin level is if multiple plugins are running the same dependency, it will load in each of those versions separately. Of course, this...

`composer require crewlabs/unsplash` results in the error: ``` In Finder.php line 589: The "/Users/BrianHenryIE/Sites/mozart-crewlabsunsplash/vendor/unsplash/unsplash/src/" directory does not exist. ``` Example: ```json { "require": { "crewlabs/unsplash": "^2.2" }, "require-dev": { "coenjacobs/mozart":...