From 2f0e300d0886cf4b7615e2b0393363d09e23f18e Mon Sep 17 00:00:00 2001 From: Arne Becker Date: Fri, 17 May 2019 12:04:02 +0200 Subject: [PATCH] fix composer install --- README.md | 5 +++-- composer.json | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3474e3..ca847b7 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,12 @@ This plugins appends the `frontend_index_header_favicons` template block. So ple ### Git Version * Checkout plugin in `/custom/plugins/BucoFontPreload` -* Install the plugin with the Plugin Manager +* Install and active plugin with the Plugin Manager ### Install with composer * Change to your root installation of Shopware -* Run command `composer require buddhaCode/BucoFontPreload` and install and active plugin with Plugin Manager +* Run command `composer require buddha-code/buco-font-preload` +* Install and active plugin with `./bin/console sw:plugin:install --activate BucoFontPreload` ## Contributing Feel free to fork and send pull requests! diff --git a/composer.json b/composer.json index 385603f..669e0c1 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ }, "license": "GPL-3.0", "require": { - "php": ">=7.0" + "php": ">=7.0", + "composer/installers": "^1.0" } } \ No newline at end of file