From e28a62b4a0ff79ec115cf978ce06560d356b6e98 Mon Sep 17 00:00:00 2001 From: Juan De Leon Date: Tue, 8 May 2018 12:32:31 -0500 Subject: [PATCH] Add required properties to install library through VCS repository --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index ac3e8b7..d74b554 100755 --- a/composer.json +++ b/composer.json @@ -1,4 +1,6 @@ { + "name": "DHTMLGoodies/chessParser", + "description": "PGN to PHP array parser PHP class for conversion of Chess PGN files to PHP array or JSON.", "require": { "phpunit/phpunit" : "4.8.*" },