From 13d0e50e47e55c460c4af902850c5d392d019c3e Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Sat, 28 Sep 2019 00:47:39 +0200 Subject: [PATCH] Updated composer.json in dists --- dist/composer-dist-installed.json | 4 ++-- dist/readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/composer-dist-installed.json b/dist/composer-dist-installed.json index 0528983..612c8cb 100644 --- a/dist/composer-dist-installed.json +++ b/dist/composer-dist-installed.json @@ -1,5 +1,5 @@ { "require": { - "jeroened/libpairtwo": "^1.1" + "jeroened/libpairtwo": "^1.2" } -} \ No newline at end of file +} diff --git a/dist/readme.md b/dist/readme.md index 4ee9f45..1f56c27 100644 --- a/dist/readme.md +++ b/dist/readme.md @@ -4,7 +4,7 @@ This distribution is a good start to use libpairtwo if you don't have knowledge How to use this distribution? ----------------------------- -The file `boilerplate.php` is the one you'll probably want to work with. You'll want to point your browser to this file. It contains some initializations where the most important one is the variable `$pairingfile`. You'll want to set this to existing pairing file. +The file `template.php` is the one you'll probably want to work with. You'll want to point your browser to this file. It contains some initializations where the most important one is the variable `$pairingfile`. You'll want to set this to existing pairing file. The other variable (`$pairingfileformat`) is a variable that defines the format of the above pairing file. For now only `Pairtwo-6` and `Pairtwo-5` are available. In the future more formats will become available. Below the comments you'll find some example code. This code is only a aggregation of several fields that are read out. If you need any modifications like putting the rankings in a table or you want to just write it to a file, go ahead it's all yours.