diff --git a/composer.json b/composer.json index 9f5c7a5..d74b554 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,10 @@ { + "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.*" + }, + "autoload": { + "classmap": ["./"] } -} \ No newline at end of file +}