update instructions to install in oxid v5 & v6

This commit is contained in:
Alfred Bez 2019-04-18 12:16:18 +02:00 committed by GitHub
parent 5a9f8d2111
commit 8bd8329e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,23 +2,33 @@ HTML minify
============================= =============================
Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code Enables Smarty 'trimwhitespace' Outputfilter to minify HTML Code
Versions
------------
| OXID eShop Version | Module Version |
|------|------|
| v5.x | v0.x |
| v6.x | v1.x |
Download Download
------------ ------------
first you need [composer](https://getcomposer.org/download/) first you need [composer](https://getcomposer.org/download/)
add the module to your composer.json add the module to your composer.json
* via command line ```composer.phar require alfredbez/ab_htmlmin dev-master``` * via command line ```composer require alfredbez/ab_htmlmin:"^1.0"```
* OR * OR
* manually * manually
``` ```
{ {
"require": { "require": {
"alfredbez/ab_htmlmin": "dev-master" "alfredbez/ab_htmlmin": "^1.0""
} }
} }
``` ```
This will install the OXID-v6 module. If you need the module for an older shop just use `v0.1` instead of `v1.0`.
---- ----
**Don't forget to activate module in the OXID backend** **Don't forget to activate module in the OXID backend**