1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-18 15:41:26 +02:00

[ticket/16271] Enable support for 3.3.x API documentation

PHPBB3-16271
This commit is contained in:
Marc Alexander
2019-12-26 23:00:29 +01:00
parent 790e77de01
commit 8bcff3ac74

View File

@@ -26,6 +26,7 @@ $config['versions'] = Sami\Version\GitVersionCollection::create(__DIR__ . '/../'
->add('3.0.x')
->add('3.1.x')
->add('3.2.x')
->add('3.3.x')
->add('master')
;