Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
fix composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhaCode committed May 17, 2019
1 parent a2258f4 commit 2f0e300
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"license": "GPL-3.0",
"require": {
"php": ">=7.0"
"php": ">=7.0",
"composer/installers": "^1.0"
}
}

0 comments on commit 2f0e300

Please sign in to comment.