16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"name": "thelia/url-sanitizer-module",
|
|
"description": "Sanitize Urls",
|
|
"license": "LGPL-3.0+",
|
|
"type": "thelia-module",
|
|
"require": {
|
|
"thelia/installer": "~1.1"
|
|
},
|
|
"replace": {
|
|
"thelia/url-remove-accent-module":"~1.0.0"
|
|
},
|
|
"extra": {
|
|
"installer-name": "UrlSanitizer"
|
|
}
|
|
}
|