Skip to content

Commit

Permalink
tidy up production settings
Browse files Browse the repository at this point in the history
  • Loading branch information
superdweebie committed Oct 4, 2013
1 parent d718513 commit d5cff39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 88 deletions.
11 changes: 8 additions & 3 deletions composer.json
Expand Up @@ -16,21 +16,26 @@
"email": "superdweebie@gmail.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/superdweebie/mongodb-odm"
}
],
"require": {
"php" : ">=5.4",
"zoopcommerce/shard" : "~3.0",
"zoopcommerce/maggott-module" : "~1.1",
"zoopcommerce/juggernaut" : "~1.1",
"doctrine/doctrine-mongo-odm-module" : "1.0.x-dev",
"doctrine/doctrine-module" : "1.0.x-dev as 1.0",
"doctrine/common" : "2.4.x-dev as 2.4",
"doctrine/mongodb-odm" : "dev-master#3515b2cfb4779a804fbabef2dd3f0a1c12baa994 as 1.0.0-BETA9",
"doctrine/mongodb-odm" : "dev-proxyFieldValues as 1.0.0-BETA9",
"zendframework/zendframework" : "2.3.x-dev"
},
"require-dev": {
"phpunit/phpunit" : ">=3.7",
"squizlabs/php_codesniffer" : "1.4.*",
"phpmd/phpmd" : "1.4.*",
"phpmd/phpmd" : "1.4.*",
"zoopcommerce/slipstream" : "~0.1"
},
"autoload": {
Expand Down
82 changes: 0 additions & 82 deletions src/Zoop/ShardModule/InitalizeConsoleListener.php

This file was deleted.

3 changes: 0 additions & 3 deletions src/Zoop/ShardModule/Module.php
Expand Up @@ -20,10 +20,7 @@ class Module
public function init(ModuleManager $moduleManager)
{
$eventManager = $moduleManager->getEventManager();
$sharedEventManager = $eventManager->getSharedManager();

$eventManager->attachAggregate(new ConfigMergeListener);
$sharedEventManager->attachAggregate(new InitalizeConsoleListener);
}

public function onBootstrap(MvcEvent $event)
Expand Down

0 comments on commit d5cff39

Please sign in to comment.