You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> "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 /home/USERNAME/PROJECTDIR/vendor/coenjacobs/mozart/src/Composer/Package.php on line 33
PHP Warning: file_get_contents(/home/USERNAME/PROJECTDIR/vendor/freemius/wordpress-sdk/composer.json): failed to open stream: No such file or directory in /home/USERNAME/PROJECTDIR/vendor/coenjacobs/mozart/src/Console/Commands/Compose.php on line 171
PHP Notice: Trying to get property 'name' of non-object in /home/USERNAME/PROJECTDIR/vendor/coenjacobs/mozart/src/Mover.php on line 103
The text was updated successfully, but these errors were encountered:
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 prune the file after you install it via Composer? The composer.json file is in the repository, so if you composer install it, it should be there still after installation, right?
Freemius/wordpress-sdk#463
It can not process
freemius/wordpress-sdk
because it prunes thecomposer.json
file: https://github.com/Freemius/wordpress-sdk/blob/master/package.json#L12The text was updated successfully, but these errors were encountered: