Merge pull request #8 from juanjdeleon/better-composer

Better composer
This commit is contained in:
Alf Magne Kalleland
2018-07-04 01:08:14 +02:00
committed by GitHub

View File

@@ -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": ["./"]
}
}
}