installer-m2
installer-m2 copied to clipboard
Universal extension installer for Magento 2, see introductory blog post here
The current approach is using the `php` binary as the one to be used for running `bin/magento` amongst other things. In some situations, the `php` default binary might be pointing...
For a few of the commands (especially the Composer commands) we get quite a bit of output that is creating unnecessary noise. We should be able to filter out what...
Currently the self-update command returns ``` [Exception] API error - no release found at GitHub repository extdn/installer-m2 ```
Contemplate enabling GZ compression https://github.com/humbug/box/blob/master/doc/optimizations.md#compress-your-phar
Uninstallation has the same challenges as installation. Mirror the install command to run the uninstallation procedure.
The code includes a few todo items for further enhancements https://github.com/extdn/installer-m2/search?utf8=%E2%9C%93&q=todo&type=
For now the installer is untested on Windows and will likely fail. We'll keep a list of items to consider here: 1. oneliner uses bash 2. we use `find` to...
Currently Travis tests the oneliner execution for packagist/github installs. During this we have a hard reference back to the phar file as currently on the master branch. Ideally we would...
Bumps [symfony/process](https://github.com/symfony/process) from 5.4.34 to 5.4.46. Release notes Sourced from symfony/process's releases. v5.4.46 Changelog (https://github.com/symfony/process/compare/v5.4.45...v5.4.46) security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (@nicolas-grekas) bug...