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
by installing this needed plugin i got every time:
Fatal error: Class 'Roundcube\Composer\PluginInstaller' not found in phar:///var/customers/webs/webmail/composer.phar/src/Composer/Installer/InstallerInstaller.php on line 101
Hello guys,
by installing this needed plugin i got every time:
Fatal error: Class 'Roundcube\Composer\PluginInstaller' not found in phar:///var/customers/webs/webmail/composer.phar/src/Composer/Installer/InstallerInstaller.php on line 101
My composer.json looks like follows:
{
"name": "roundcube/roundcubemail",
"description": "The Roundcube Webmail suite",
"license": "GPL-3.0+",
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net/"
}
],
"require": {
"php": ">=5.3.0",
"johndoh/contextmenu": "dev-master",
"sblaisot/topline": "dev-master"
},
"minimum-stability": "dev"
}
System: Debian Squeeze
PHP Version: Version 5.3.3-7+squeeze15
The text was updated successfully, but these errors were encountered: