magento-composer-installer icon indicating copy to clipboard operation
magento-composer-installer copied to clipboard

Composer installer for Magento modules

Results 10 magento-composer-installer issues
Sort by recently updated
recently updated
newest added

We had a project fail to composer install with the following error ``` PHP Warning: Uncaught Exception: Warning: require(/var/www/vhosts/example.com/staging/releases/1602858012/setup/config/application.config.php): failed to open stream: No such file or directory in /var/www/vhosts/example.com/staging/releases/1602858012/vendor/magento/framework/Console/Cli.php...

Problem: Providing an ignore path to "magento-deploy-ignore" containing directories causes other files in those directories to be ignored. Set of steps that I used to reproduce the problem: 1. Install...

Changed typo in Readme, changed Magneto to Magento.

New PR to follow up #35 and #207 using 0.4.x branch as base and updated laminas/laminas-stdlib.

On Linux distributions like Alpine GLOB_BRACE is not available, which is a known issue. An elegant workaround is to use Laminas\Stdlib instead of PHP's native glob() function. Will create a...

Encountered an error when upgrading to Magento EE 2.1.6 relates to the fact that under certain considtions Modman parser will have no contructor arguments defined (which used to be expected...

Follow up to https://github.com/magento/magento-composer-installer/pull/28 to proceed with signed CLA

Toolchains should work uniformly regardless of what environment they are run within. That is, with the same settings, composer should do the same things everywhere it is run. Should someone...

Hey guys, I have initialised the PR Template for this repo.