diff --git a/composer.json b/composer.json index 33f81da..7c950e0 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { - "name": "alexandergrom/qevix", - "description": "Automatic filter HTML/XHTML", + "name": "qevix/qevix", + "description": "Automatic filter HTML/XHTML", "keywords": ["qevix", "html", "xhtml"], - "homepage": "https://github.com/AlexanderGrom/Qevix", + "homepage": "https://github.com/AlexanderGrom/Qevix", "type": "library", - "license": "MIT", - "require": { - "php": ">=5.0.0", + "license": "MIT", + "require": { + "php": ">=5.0.0", "ext-mbstring": "*" - } + } } \ No newline at end of file