11 lines
263 B
JSON
Executable File
11 lines
263 B
JSON
Executable File
{
|
|
"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": ["./"]
|
|
}
|
|
}
|