From 364c354140cc54c16b68cbf3ca3d9d54faf1ee02 Mon Sep 17 00:00:00 2001 From: Alexander Grom Date: Mon, 23 Mar 2015 14:22:18 +0300 Subject: [PATCH] Get Composer --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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