Jeroen De Meerleer
dbcf6c1d87
This commit: - Creates the repository - Forks libpairtwo - Removes the unrelated files - Moves the namespaces to a new namespace
37 lines
816 B
JSON
37 lines
816 B
JSON
{
|
|
"name": "blakcbirdchess/blackbirdchess-service-results",
|
|
"type": "library",
|
|
"description": "Export chess tournaments directly on the web",
|
|
"keywords": [
|
|
"chess",
|
|
"pairing"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Jeroen De Meerleer",
|
|
"email": "schaak@jeroened.be",
|
|
"homepage": "https://www.jeroened.be",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.1 || ^8.0",
|
|
"myclabs/php-enum": "^1.7",
|
|
"ext-iconv": "*"
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JeroenED\\Libpairtwo\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|