Module.php
<?php
/**
* This file is placed here for compatibility with Zendframework 2's ModuleManager.
* It allows usage of this module even without composer.
* The original Module.php is in 'src/Eye4web/SiteConfig' in order to respect PSR-0.
*/
require_once __DIR__.'/src/Eye4web/SiteConfig/Module.php';