Skip to content

Commit

Permalink
Adding compatibility file to allow loading of the module even without…
Browse files Browse the repository at this point in the history
… composer in place
  • Loading branch information
Ocramius committed Jul 17, 2012
1 parent 638ad98 commit 58861a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Module.php
@@ -0,0 +1,7 @@
<?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/DoctrineModule' in order to respect PSR-0
*/
require_once __DIR__ . '/src/DoctrineModule/Module.php';

0 comments on commit 58861a0

Please sign in to comment.