ab_htmlmin/composer.json
Ivo Bathke 5a9f8d2111 Upgrade für OXID6 (#4)
updated module for OXID6
2019-04-18 11:39:09 +02:00

27 lines
637 B
JSON

{
"name": "alfredbez/ab_htmlmin",
"type": "oxideshop-module",
"keywords": ["oxid", "modules", "eShop"],
"description": "entfernt unnötige Whitespaces aus dem HTML-Code",
"require": {
"oxid-esales/oxideshop-ce": "^v6.0"
},
"authors": [
{
"name": "Alfred Bez",
"email": "alfred.bez@gmail.com"
}
],
"extra": {
"oxideshop": {
"target-directory": "ab/htmlmin"
}
},
"autoload": {
"psr-4": {
"AlfredBez\\HtmlMin\\": "../../../source/modules/ab/htmlmin"
}
},
"minimum-stability": "dev"
}