composer.json package name and description fixed.

This commit is contained in:
Alexey Skobkin 2017-01-09 03:43:40 +03:00
parent 9ce21ad892
commit 130495ea7c
1 changed files with 2 additions and 2 deletions

View File

@ -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" ]