From 130495ea7c206db03ac343bdbd361468a9a98e3d Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Mon, 9 Jan 2017 03:43:40 +0300 Subject: [PATCH] composer.json package name and description fixed. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 26cbca9..5e070ef 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "symfony/framework-standard-edition", + "name": "skobkin/point-tools", "license": "MIT", "type": "project", - "description": "The \"Symfony Standard Edition\" distribution", + "description": "3rd party service for Point.im users", "autoload": { "psr-4": { "": "src/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]