From 9c880a2926a9077eda0d80ca523760e171601454 Mon Sep 17 00:00:00 2001
From: Daniel Kurowski <daniel.kurowski@grifart.cz>
Date: Fri, 2 Nov 2018 15:54:43 +0100
Subject: [PATCH] Composer: added description and fixed package name

---
 composer.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index a7311bc..afd365a 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,7 @@
 {
-	"name": "hnuti-brontosaurus/bis-api-client",
+	"name": "hnuti-brontosaurus/php-bis-api-client",
 	"type": "library",
+	"description": "API client for Hnutí Brontosaurus IS written in PHP.",
 	"authors": [
 		{
 			"name": "GRIFART, spol. s r.o.",