ab_htmlmin/composer.json

23 regels
522 B
JSON

2014-10-29 08:32:10 +01:00
{
"name": "alfredbez/ab_htmlmin",
"type": "oxideshop-module",
"keywords": ["oxid", "modules", "eShop"],
2014-10-29 08:32:10 +01:00
"description": "entfernt unnötige Whitespaces aus dem HTML-Code",
"require": {
2024-08-28 11:17:44 +02:00
"oxid-esales/oxideshop-ce": "7.0 - 7.0"
2014-10-29 08:32:10 +01:00
},
"authors": [
{
"name": "Alfred Bez",
"email": "alfred.bez@gmail.com"
}
],
2024-08-28 11:17:44 +02:00
"extra": {},
"autoload": {
"psr-4": {
2024-08-28 11:17:44 +02:00
"AlfredBez\\HtmlMin\\": ""
}
},
2014-10-29 08:32:10 +01:00
"minimum-stability": "dev"
}