for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* @package sitemaker
* @copyright (c) 2013 Daniel A. (blitze)
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*/
namespace blitze\sitemaker;
class ext extends \phpbb\extension\base
{
public function is_enableable()
$config = $this->container->get('config');
return phpbb_version_compare($config['version'], '3.2.1', '>=');
}