composer.json package name and description fixed.
This commit is contained in:
parent
9ce21ad892
commit
130495ea7c
|
@ -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" ]
|
||||||
|
|
Loading…
Reference in a new issue