diff --git a/.gitignore b/.gitignore index 339031096..30b18a9a4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ plugins/*/config.inc.php # this is for the sample plugin (via composer) plugins/rcsample +plugins/plugin_manager # composer-related composer.json diff --git a/composer.json-dist b/composer.json-dist index c07b8f484..cfa825a25 100644 --- a/composer.json-dist +++ b/composer.json-dist @@ -3,9 +3,6 @@ "description": "The Roundcube Webmail suite", "license": "GPL-3.0", "repositories": [ - { - "packagist": false - }, { "type": "composer", "url": "http://plugins.roundcube.net/"