plugin-installer icon indicating copy to clipboard operation
plugin-installer copied to clipboard

Composer installer for Craft CMS plugins.

Results 4 plugin-installer issues
Sort by recently updated
recently updated
newest added

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...

dependencies

### 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...

bug

### 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...

bug