{ "name": "jeroened/libpairtwo", "type": "library", "description": "A library written in PHP that reads files which are saved using common pairing applications", "keywords": ["chess", "pairing"], "license": "MIT", "authors": [ { "name": "Jeroen De Meerleer", "email": "schaak@jeroened.be", "homepage": "https://www.jeroened.be", "role": "Developer" } ], "require": { "php": "^7.1", "myclabs/php-enum": "^1.6", "ext-iconv": "*" }, "require-dev": { "phpunit/phpunit": "^7.0", "friendsofphp/php-cs-fixer": "^2.0" }, "autoload": { "psr-4": { "JeroenED\\Libpairtwo\\": "src/" } }, "config": { "platform": { "php": "7.1" }, "sort-packages": true } }