Skip to content

Commit

Permalink
Merge pull request #21 from fabiocarneiro/patch-1
Browse files Browse the repository at this point in the history
remove the full stack zf2 dependency
  • Loading branch information
SocalNick committed Apr 18, 2015
2 parents e45d9cc + 5c417b5 commit 429133a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
} ],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*",
"zendframework/zend-servicemanager": "~2.0",
"zendframework/zend-stdlib": "~2.0",
"zendframework/zend-modulemanager": "~2.0",
"socalnick/scn-social-auth": "1.*",
"zf-commons/zfc-user-doctrine-orm": "1.*"
},
Expand Down
10 changes: 4 additions & 6 deletions src/ScnSocialAuthDoctrineORM/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

namespace ScnSocialAuthDoctrineORM;

class Module
{
public function onBootstrap($e)
{
}
use Zend\ModuleManager\Feature\ConfigProviderInterface;

class Module implements ConfigProviderInterface
{
public function getAutoloaderConfig()
{
return array(
Expand All @@ -26,4 +24,4 @@ public function getConfig()
{
return include __DIR__ . '/../../config/module.config.php';
}
}
}

0 comments on commit 429133a

Please sign in to comment.