Add required properties to install library through VCS repository

This commit is contained in:
Juan De Leon
2018-05-08 12:32:31 -05:00
parent 6f96f37ed2
commit e28a62b4a0

View File

@@ -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.*"
},