Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-11-22 01:13:20 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-11-22 01:13:20 +0300
commit471318d8ef790232e854a45510ce07ae469a0da8 (patch)
treecace3ef3b27d7b8b7c3b52702d683bdc8e598a41 /test/doctum-config.php
parenteee5107d3703982656fe89b34760264480b998d3 (diff)
Update Doctum config
Ref: https://github.com/phpmyadmin/scripts/issues/38 Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/doctum-config.php')
-rw-r--r--test/doctum-config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/doctum-config.php b/test/doctum-config.php
index 7e93d8cc37..1980895128 100644
--- a/test/doctum-config.php
+++ b/test/doctum-config.php
@@ -19,5 +19,6 @@ return new Doctum($iterator, [
'title' => json_decode(file_get_contents($root . 'composer.json'))->description,
'build_dir' => $root . 'build/apidocs/',
'cache_dir' => $root . 'tmp/',
+ 'version' => 'master',
'remote_repository' => new GitHubRemoteRepository('phpmyadmin/phpmyadmin', $root),
]);