mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[ticket/16587] Replace Sami by Doctum
PHPBB3-16587
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require __DIR__ . '/sami-checkout.conf.php';
|
require __DIR__ . '/doctum-checkout.conf.php';
|
||||||
|
|
||||||
$config['versions'] = Sami\Version\GitVersionCollection::create(__DIR__ . '/../')
|
$config['versions'] = Doctum\Version\GitVersionCollection::create(__DIR__ . '/../')
|
||||||
/*
|
/*
|
||||||
This would be nice, but currently causes various problems that need
|
This would be nice, but currently causes various problems that need
|
||||||
debugging.
|
debugging.
|
||||||
@@ -30,4 +30,4 @@ $config['versions'] = Sami\Version\GitVersionCollection::create(__DIR__ . '/../'
|
|||||||
->add('master')
|
->add('master')
|
||||||
;
|
;
|
||||||
|
|
||||||
return new Sami\Sami($iterator, $config);
|
return new Doctum\Doctum($iterator, $config);
|
Reference in New Issue
Block a user