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

View file

@ -1,8 +1,8 @@
{ {
"name": "symfony/framework-standard-edition", "name": "skobkin/point-tools",
"license": "MIT", "license": "MIT",
"type": "project", "type": "project",
"description": "The \"Symfony Standard Edition\" distribution", "description": "3rd party service for Point.im users",
"autoload": { "autoload": {
"psr-4": { "": "src/" }, "psr-4": { "": "src/" },
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ] "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]