2018-12-24 14:06:13 +01:00
|
|
|
{
|
2019-01-10 20:22:35 +01:00
|
|
|
"name": "jeroened/libpairtwo",
|
2019-02-06 20:20:07 +01:00
|
|
|
"type": "library",
|
2019-12-26 19:59:24 +01:00
|
|
|
"description": "Export chess tournaments directly on the web",
|
2020-11-22 17:13:13 +01:00
|
|
|
"keywords": [
|
|
|
|
"chess",
|
|
|
|
"pairing"
|
|
|
|
],
|
2019-12-26 19:59:24 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2019-02-06 20:20:07 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jeroen De Meerleer",
|
|
|
|
"email": "schaak@jeroened.be",
|
|
|
|
"homepage": "https://www.jeroened.be",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
2018-12-24 14:06:13 +01:00
|
|
|
"require": {
|
2022-04-13 15:55:37 +02:00
|
|
|
"php": "^7.1 || ^8.0",
|
2019-12-26 19:59:24 +01:00
|
|
|
"myclabs/php-enum": "^1.7",
|
2019-02-12 15:46:00 +01:00
|
|
|
"ext-iconv": "*"
|
2018-12-24 14:06:13 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-01-16 18:02:02 +01:00
|
|
|
"JeroenED\\Libpairtwo\\": "src/"
|
2018-12-24 14:06:13 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
2019-01-10 20:22:35 +01:00
|
|
|
"php": "7.1"
|
2018-12-24 14:06:13 +01:00
|
|
|
},
|
|
|
|
"sort-packages": true
|
|
|
|
}
|
|
|
|
}
|