plugin-installer
plugin-installer copied to clipboard
Composer installer for Craft CMS plugins.
Bumps [composer/composer](https://github.com/composer/composer) from 1.10.9 to 1.10.27. Release notes Sourced from composer/composer's releases. 1.10.27 ! Reminder: if you are still using Composer 1.x, please upgrade. See https://blog.packagist.com/deprecating-composer-1-support/ Changelog: Security: Fixed possible...
### Description I had to remove the vendor/craftcms/ directory (because I edited some core files, for test purposes, and I want to discard all changes). After I run composer install...
### Description When installing plugins, sometimes composer update/install will abort with the following error: ``` [craft\composer\InvalidPluginException] Couldn't install some/plugin: Unable to determine the base path ``` Or ``` [craft\composer\InvalidPluginException] Couldn't...
### Description I'm getting back into development on an old Craft site I've not touched in a while. Since I last worked on the site, I upgraded composer (locally) from...